import "../styles/globals.css"; import "../styles/swagger-cal.css"; function MyApp({ Component, pageProps }) { return ; } export default MyApp;