add loaders

This commit is contained in:
andrzej 2024-06-24 23:15:29 +02:00
parent a89535c058
commit 2605226e0e
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import { LoadingSpinner } from "app/loading";
export default function Loading() {
return <LoadingSpinner />
}

View File

@ -0,0 +1,5 @@
import { LoadingSpinner } from "app/loading";
export default function Loading() {
return <LoadingSpinner />
}