import { motion } from 'framer-motion' import { Link } from 'react-router-dom' import Logo from './ui/Logo' import './AuthShell.css' function AuthShell({ children, title, subtitle, footerText, footerLink, footerLinkText }) { return (
{subtitle}
{children}{footerText}{' '} {footerLinkText}