Files
WhiteNightsAdminPanel/src/pages/Country/index.ts

6 lines
179 B
TypeScript

export * from "./CountryListPage";
export * from "./CountryPreviewPage";
export * from "./CountryCreatePage";
export * from "./CountryEditPage";
export * from "./CountryAddPage";