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 9083bbd commit 7682dd7Copy full SHA for 7682dd7
src/app/not-found.tsx
@@ -1,3 +1,5 @@
1
+"use client";
2
+
3
import classes from "./not-found.module.css";
4
import { Stack, Text, Title } from "@mantine/core";
5
import React from "react";
0 commit comments