fix: add missing loading.tsx and remove redundant ones

This commit is contained in:
Joakim Jäderberg
2024-11-19 08:04:39 +01:00
parent d6e1e222cc
commit 7addf78740
2 changed files with 10 additions and 0 deletions

View File

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

View File

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