10 lines
575 B
TypeScript
10 lines
575 B
TypeScript
import HomePage from "./HomePage";
|
|
import LoginPage from "./LoginPage";
|
|
import GetStartedPage from "./GetStartedPage";
|
|
import DashboardHomePage from "./DashboardHomePage";
|
|
import DashboardLegalsPage from "./DashboardLegalsPage";
|
|
import DashboardProfilePage from "./DashboardProfilePage";
|
|
import DashboardVerificationPage from "./DashboardVerificationPage";
|
|
import DashboardpaymentsPage from "./DashboardPaymentsPage";
|
|
|
|
export {HomePage, LoginPage, GetStartedPage, DashboardHomePage, DashboardLegalsPage, DashboardProfilePage, DashboardVerificationPage, DashboardpaymentsPage} |