mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: dashboard
This commit is contained in:
9
src/view/App.tsx
vendored
Normal file
9
src/view/App.tsx
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import Layout from "@layout/index";
|
||||
|
||||
export default function Dashboard() {
|
||||
return (
|
||||
<Layout>
|
||||
Hello
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user