mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 13:32:08 +07:00
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
import '../styles/globals.css'
|
|
|
|
export default function App({ Component, pageProps }) {
|
|
return <Component {...pageProps} />
|
|
}
|