WhiteNightsAdminPanel/src/shared/index.tsx

8 lines
170 B
TypeScript

export * from "./config";
export * from "./lib";
export * from "./ui";
export * from "./store";
export * from "./const";
export * from "./api";
export * from "./modals";