import App from './App'; import { AuthGate } from './components/auth/AuthGate'; export default function AuthenticatedApp() { return ( ); }