ProzillaOS/packages/core/src/main.ts
2024-06-20 18:19:03 +02:00

9 lines
206 B
TypeScript

export * from "./features";
export * from "./components";
export * from "./hooks";
export * from "./constants";
export * from "./styles";
import "./styles/global.css";
export type * from "./types/utils";