'use client'; import { Button } from '@repo/shadcn/button'; import { RotateCw } from '@repo/shadcn/icon'; import { cn } from '@repo/shadcn/lib/utils'; import { useRouter } from 'next/navigation'; import { useTransition } from 'react'; const NotFound = () => { const router = useRouter(); const [isPending, startTransition] = useTransition(); return (
{"Oh no! This page doesn't exist."}