mirror of
https://github.com/getwax/bls-wallet-website.git
synced 2026-01-09 20:17:57 -05:00
8 lines
140 B
JavaScript
8 lines
140 B
JavaScript
import '../styles/globals.css';
|
|
|
|
function MyApp({ Component, pageProps }) {
|
|
return <Component {...pageProps} />;
|
|
}
|
|
|
|
export default MyApp;
|