diff --git a/frontends/dashboard/src/routes/+layout.svelte b/frontends/dashboard/src/routes/+layout.svelte index d733d24c..05533429 100644 --- a/frontends/dashboard/src/routes/+layout.svelte +++ b/frontends/dashboard/src/routes/+layout.svelte @@ -2,6 +2,7 @@ import MediaQuery from '$components/MediaQuery.svelte' import MobileNavDrawer from '$components/MobileNavDrawer.svelte' import Navbar from '$components/Navbar.svelte' + import VerifyAccountBar from '$components/VerifyAccountBar.svelte' import AuthStateGuard from '$components/helpers/AuthStateGuard.svelte' import Meta from '$components/helpers/Meta.svelte' import UserLoggedIn from '$components/helpers/UserLoggedIn.svelte' @@ -29,6 +30,8 @@
+ +
diff --git a/frontends/dashboard/src/routes/dashboard/Dashboard.svelte b/frontends/dashboard/src/routes/dashboard/Dashboard.svelte index c828458e..19cecf5b 100644 --- a/frontends/dashboard/src/routes/dashboard/Dashboard.svelte +++ b/frontends/dashboard/src/routes/dashboard/Dashboard.svelte @@ -1,5 +1,4 @@