From: Michael Tremer Date: Mon, 7 Jul 2025 14:50:33 +0000 (+0000) Subject: frontend: Correctly import the container module for the base layout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=746b7dfaff5642c5f51a725be96bd3b27d395b09;p=pbs.git frontend: Correctly import the container module for the base layout Signed-off-by: Michael Tremer --- diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 30923fcc..05a3d15d 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -2,6 +2,7 @@ import { RouterLink, RouterView } from "vue-router" // Components + import Container from "@/components/Container.vue"; import Icon from "@/components/Icon.vue"; // Authentication @@ -18,7 +19,7 @@