import PortalLayout from "../layouts/PortalLayout/PortalLayout"; export const routes = [{ path: '/', component: PortalLayout }];