const router = createRouter({
        history: createMemoryHistory(),
        base: "/app/",
        routes: [
          { path: "/", component: Home },