move ot mantine frontend
This commit is contained in:
13
frontend/vite-template-master/src/App.tsx
Normal file
13
frontend/vite-template-master/src/App.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import '@mantine/core/styles.css';
|
||||
|
||||
import { MantineProvider } from '@mantine/core';
|
||||
import { Router } from './Router';
|
||||
import { theme } from './theme';
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
<MantineProvider theme={theme}>
|
||||
<Router />
|
||||
</MantineProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user