Skip to content

Commit

Permalink
dashboard added
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdusshakur committed Sep 7, 2024
1 parent b891736 commit 88a099f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/js/Pages/DashboardPage.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Summary from "../Components/dashboard/Summary";
import SidenavLayout from "../Layouts/SidenavLayout";

export default function DashboardPage() {
return (
<SidenavLayout>
<Summary />
</SidenavLayout>
);
}

0 comments on commit 88a099f

Please sign in to comment.