Initial
This commit is contained in:
5
src/components/Dashboard.tsx
Normal file
5
src/components/Dashboard.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
export default function Dashboard() {
|
||||
return <h1>Hello world</h1>;
|
||||
}
|
||||
Reference in New Issue
Block a user