route Databaseroute { path: "/dashboard/productdatabase", to: DatabasePagee }page DatabasePagee { component: import { DatabasePagee } from "@src/mainpages/DataBasePage"}
route Databaseroute { path: "/dashboard/productdatabase", to: DatabasePagee }page DatabasePagee { component: import { DatabasePagee } from "@src/mainpages/DataBasePage"}
Now when i go to this route the page is ofcourse shown but also still the header/ top bar of the landing page is shown over it. How can i fix this? I use the SaaS [3] template