forked from templates/nextjs-template
6 lines
269 B
TypeScript
6 lines
269 B
TypeScript
|
|
export { mantineHtmlProps } from '@mantine/core';
|
||
|
|
|
||
|
|
export { MantineProvider } from './providers/mantine-provider';
|
||
|
|
export { MantineColorSchemeScript } from './ui/mantine-color-scheme-script';
|
||
|
|
export { MantineColorSchemeSwitch } from './ui/mantine-color-scheme-switch';
|