import { Outlet } from 'react-router'; import styles from './AdminLayout.module.css'; export default function AdminLayout() { return (
); }