import React from 'react'; import GlobalStyle from '@custom/shared/components/GlobalStyle'; import Head from 'next/head'; import PropTypes from 'prop-types'; import { App as CustomApp } from '../components/App/App'; import ChatAside from '../components/Call/ChatAside'; import RecordingModal from '../components/Modals/RecordingModal'; import Tray from '../components/Tray'; function App({ Component, pageProps }) { return ( <>