Added new pages to dashboard
This commit was merged in pull request #30.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import HomeLayout from "./HomeLayout";
|
||||
import LetsGetStartedLayout from "./LetsGetStartedLayout";
|
||||
import GetStartedLayout from "./GetStartedLayout";
|
||||
export { HomeLayout, LetsGetStartedLayout, GetStartedLayout };
|
||||
import DashboardLayout from "./DashboardLayout/DashboardLayout";
|
||||
import { DashboardAuth } from "./DashboardLayout";
|
||||
|
||||
export { HomeLayout, LetsGetStartedLayout, GetStartedLayout, DashboardLayout, DashboardAuth };
|
||||
|
||||
Reference in New Issue
Block a user