import { Card, CardContent, CardHeader, CardTitle } from '../components/ui/card' export function NotFoundPage() { return ( Page not found

The page you are looking for does not exist. Head back to the novels list to continue.

) }