import "../styles/tailwind.css"; import "../styles/player.css"; function MyApp({ Component, pageProps }) { return ( ); } export default MyApp;