mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
import './globals.css';
|
|
|
|
export default function App({ Component, pageProps }) {
|
|
return <Component {...pageProps} />;
|
|
}
|