import '../styles/globals.css'; import type {AppProps} from 'next/app'; function KinescopePlayerApp({Component, pageProps}: AppProps) { return ; } export default KinescopePlayerApp;