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 b077921 commit a43e7deCopy full SHA for a43e7de
apps/site/app/global-error.tsx
@@ -1,3 +1,5 @@
1
+'use client';
2
+
3
import { ArrowRightIcon } from '@heroicons/react/24/solid';
4
import type { FC } from 'react';
5
apps/site/layouts/GlowingBackdrop.tsx
@@ -28,6 +28,7 @@ const GlowingBackdropLayout: FC<
28
{children}
29
</main>
30
</div>
31
32
<WithFooter />
33
</>
34
);
0 commit comments