import Router from '@/components/Router' import Topbar from '@/components/Topbar' const Main = () => { return (
) } export default Main