🪛 Added darkmode and fixed coding standards

This commit is contained in:
RJ
2025-11-11 10:46:46 +02:00
parent 6ee39c4438
commit 68d9b61bbb
17 changed files with 451 additions and 79 deletions

View File

@@ -3,7 +3,7 @@
import Link from 'next/link';
import { usePathname } from 'next/navigation';
import { Fragment } from 'react';
import { BreadcrumbsSchema } from './BreadcrumbsSchema';
import { BreadcrumbsSchema } from './breadcrumbs-schema';
interface BreadcrumbItem {
label: string;