import '@/assets/styles/appmain.scss' import { Outlet } from "react-router-dom"; export default function AppMain() { return(
) }