import {Box, Button, Container, Grid, TextField, Typography} from "@mui/material"; const AuthScreen = ({children}) => ( Sign in to your account {children} ); export const LoginFrame = () => (
);