import Layout from '../Layout/Layout'; import { AuthGuard } from '@app/components'; function Player() { return ( "Player" ); } export default Player;