import Link from 'next/link'; import { Button } from '@spoon/ui'; const NotFound = () => (

Not found

This item does not exist, or you do not have access to it.

); export default NotFound;