1 2 3 4 5 6 7 8 9 10
import "../styles/tailwind.css"; import "../styles/player.css"; function MyApp({ Component, pageProps }) { return ( <Component {...pageProps} /> ); } export default MyApp;
[PATCH repo_name]