8 lines
361 B
TypeScript
8 lines
361 B
TypeScript
import HomeLayout from "./HomeLayout";
|
|
import LetsGetStartedLayout from "./LetsGetStartedLayout";
|
|
import GetStartedLayout from "./GetStartedLayout";
|
|
import DashboardLayout from "./DashboardLayout/DashboardLayout";
|
|
import { DashboardAuth } from "./DashboardLayout";
|
|
|
|
export { HomeLayout, LetsGetStartedLayout, GetStartedLayout, DashboardLayout, DashboardAuth };
|