Replace entire codebase with homarr-labs/homarr
This commit is contained in:
9
packages/ui/src/index.ts
Normal file
9
packages/ui/src/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { MantineProviderProps } from "@mantine/core";
|
||||
|
||||
import { theme } from "./theme";
|
||||
|
||||
export * from "./components";
|
||||
|
||||
export const uiConfiguration = {
|
||||
theme,
|
||||
} satisfies MantineProviderProps;
|
||||
Reference in New Issue
Block a user