mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 06:07:11 +02: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;
|