fix: add missing loading.tsx and remove redundant ones

This commit is contained in:
Joakim Jäderberg
2024-11-19 08:04:17 +01:00
parent 400f35516c
commit d6e1e222cc
7 changed files with 8 additions and 15 deletions

View File

@@ -1,5 +0,0 @@
import BreadcrumbsSkeleton from "@/components/Breadcrumbs/BreadcrumbsSkeleton"
export default function Loading() {
return <BreadcrumbsSkeleton />
}