mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
import '../styles.css'
|
|
|
|
export default function App({ Component, pageProps }) {
|
|
return <Component {...pageProps} />
|
|
|
|
|
|
}
|