import Tina from "../.tina/components/TinaDynamicProvider.js"; import "../styles/index.css"; const App = ({ Component, pageProps }) => { return ( ); }; export default App;