cal.pub0.org/apps/swagger/pages/_app.tsx

9 lines
176 B
TypeScript
Raw Normal View History

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