fix: remove loading.tsx from webviews because token refresh strategy does not work with it

This commit is contained in:
Michael Zetterberg
2024-10-30 16:58:08 +01:00
parent 795eae89bc
commit b20731e096

View File

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