mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
Css overhaul
This commit is contained in:
+14
-2
@@ -1,6 +1,18 @@
|
||||
import './index.css';
|
||||
import React from 'react';
|
||||
import { MantineProvider } from '@mantine/core';
|
||||
import { mantineTheme } from './theme/mantineTheme';
|
||||
import HomePage from './pages/HomePage';
|
||||
|
||||
// Import global styles
|
||||
import './styles/theme.css';
|
||||
import './styles/tailwind.css';
|
||||
import './styles/components.css';
|
||||
import './index.css';
|
||||
|
||||
export default function App() {
|
||||
return <HomePage/>;
|
||||
return (
|
||||
<MantineProvider theme={mantineTheme}>
|
||||
<HomePage />
|
||||
</MantineProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user