import { Outlet } from 'react-router-dom'; export function AuthCreateScreen() { return (
); }