We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2687154 commit b18c1a4Copy full SHA for b18c1a4
apps/frontend/src/components/Breadcrumbs.tsx renamed to apps/frontend/src/components/BreadcrumbsNavigation.tsx
apps/frontend/src/routes/_auth/administration.tsx
@@ -3,7 +3,7 @@ import { useEffect } from "react";
3
import { $layout } from "../../stores/layout";
4
import { i18n } from "../../stores/i18n";
5
import { ContentShell } from "@quassel/ui";
6
-import { BreadcrumbsNavigation } from "../../components/Breadcrumbs";
+import { BreadcrumbsNavigation } from "../../components/BreadcrumbsNavigation";
7
8
const messages = i18n("AdministrationRoute", {
9
title: "Administration",
0 commit comments