import "../styles/main.css"; import "../styles/tw_main.css"; import { Fragment } from "react"; function MyApp({ Component, pageProps }) { return ( ); } export default MyApp;