_app.tsx (132B)
1 import "../styles.css"; 2 3 const App = ({ Component, pageProps }) => { 4 return <Component {...pageProps} />; 5 }; 6 7 export default App;
elevate-rehab-v3Unnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs | README | LICENSE |