Skip to content

Commit b18c1a4

Browse files
committed
chore: rename breacrumbs navigation
1 parent 2687154 commit b18c1a4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/frontend/src/routes/_auth/administration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useEffect } from "react";
33
import { $layout } from "../../stores/layout";
44
import { i18n } from "../../stores/i18n";
55
import { ContentShell } from "@quassel/ui";
6-
import { BreadcrumbsNavigation } from "../../components/Breadcrumbs";
6+
import { BreadcrumbsNavigation } from "../../components/BreadcrumbsNavigation";
77

88
const messages = i18n("AdministrationRoute", {
99
title: "Administration",

0 commit comments

Comments
 (0)