Init(Core): add to repo and add seeders
This commit is contained in:
13
resources/js/Pages/Dashboard.jsx
Normal file
13
resources/js/Pages/Dashboard.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
import Layout from '@/Layouts/Layout';
|
||||
|
||||
|
||||
export default function Dashboard({ data, visits }) {
|
||||
return (
|
||||
<div className="grid grid-cols-12 grid-rows-12 gap-6 h-full w-full">
|
||||
Hello
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Dashboard.layout = page => <Layout children={page} />
|
||||
Reference in New Issue
Block a user