7 lines
204 B
TypeScript
7 lines
204 B
TypeScript
export * from '@mantine/core';
|
|
|
|
export * from './system-pages/coming-soon';
|
|
export * from './system-pages/forbidden';
|
|
export * from './system-pages/maintenance';
|
|
export * from './system-pages/not-found';
|