We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766b96a commit 5f11edbCopy full SHA for 5f11edb
1 file changed
client/src/pages/index.tsx
@@ -1,6 +1,7 @@
1
// this is the path to this page
2
// src/pages/index.tsx
3
4
+import ButtonGoUserDashboard from "../components/ui/button_go_user_dashboard";
5
import ButtonGoOrganizationDashboard from "../components/ui/button_go_user_page";
6
7
// this is a react functional component
@@ -26,6 +27,7 @@ const LandingPage = () => {
26
27
*/}
28
29
<ButtonGoOrganizationDashboard />
30
+ <ButtonGoUserDashboard />
31
</div>
32
);
33
};
0 commit comments