import { FileQuestion, FileText, Home } from 'lucide-react'; import { Button } from '@/components/button'; export default function NotFound() { return (

Post not found

); }