This commit is contained in:
Eden Kirin
2024-01-24 10:50:02 +01:00
parent 5dad970d76
commit 64688a8eb7
13 changed files with 741 additions and 52 deletions

View File

@ -0,0 +1,5 @@
import React from "react";
export default function Dashboard() {
return <h1>Hello world</h1>;
}