mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-07 11:57:27 -08:00
10 lines
172 B
TypeScript
10 lines
172 B
TypeScript
|
import "@mantine/core/styles.css";
|
||
|
|
||
|
import { MantineProvider } from "@mantine/core";
|
||
|
|
||
|
function App() {
|
||
|
return <MantineProvider></MantineProvider>;
|
||
|
}
|
||
|
|
||
|
export default App;
|