mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-08 05:03:49 -05:00
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
import '../styles.css';
|
|
import 'nextra-theme-docs/style.css';
|
|
|
|
export default function App({ Component, pageProps }) {
|
|
return (
|
|
<main>
|
|
<Component {...pageProps} />
|
|
</main>
|
|
);
|
|
} |