import React from 'react'; import 'styles/index.css'; import 'styles/bootstrap-grid.css'; export default function App({ Component, pageProps }) { return ; }