/**
 * Entrypoint of the application
 *
 * @packageDocumentation
 */
export type * from './RequireAuth';
export type * from './AuthOutlet';
export { default } from './AuthOutlet';
