We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fd4d2 commit ec751c6Copy full SHA for ec751c6
apps/cyberstorm-remix/app/root.tsx
@@ -182,10 +182,6 @@ export function shouldRevalidate({
182
183
clientLoader.hydrate = true;
184
185
-export function HydrateFallback() {
186
- return <div style={{ padding: "32px" }}>Loading...</div>;
187
-}
188
-
189
const adContainerIds = ["right-column-1", "right-column-2", "right-column-3"];
190
191
export function Layout({ children }: { children: React.ReactNode }) {
0 commit comments