Remove unused "Hydrate Fallback".

Note: As already said, this loading appear even when the app/layout.tsx is loading. This is not the behaviour I want. In fact the behaviour I wanted is impossible to be needed with Next.js and his "SSR first" approach.
This commit is contained in:
2025-04-01 11:42:49 +02:00
parent 595520296c
commit 276bea81b0

View File

@@ -1,8 +0,0 @@
export default function Loading() {
return (
<div id="loading-splash">
<div id="loading-splash-spinner"/>
<p>Loading, please wait...</p>
</div>
);
}