From 48d94b08adeebfb8360445539d1fd329aec89c74 Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Mon, 17 Mar 2025 02:14:34 +0100 Subject: [PATCH] . --- src/pages/dashboard/ausweise/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/dashboard/ausweise/index.astro b/src/pages/dashboard/ausweise/index.astro index 25bc0237..4a49e830 100644 --- a/src/pages/dashboard/ausweise/index.astro +++ b/src/pages/dashboard/ausweise/index.astro @@ -1,5 +1,5 @@ --- -import UserLayout from "../../../layouts/DashboardLayout.astro"; +import UserLayout from "#layouts/DashboardLayout.astro"; import DashboardAusweiseModule from "#modules/Dashboard/DashboardAusweiseModule.svelte"; import { validateAccessTokenServer } from "#server/lib/validateAccessToken";