mirror of
https://github.com/logos-storage/metrics.git
synced 2026-01-02 13:33:09 +00:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
import "@/styles/globals.css";
|
|
|
|
export default function App({ Component, pageProps }) {
|
|
return <Component {...pageProps} />;
|
|
}
|