import React from 'react'; import { NotFoundPage } from './not-found-page'; export const NotFoundExample = () => { return ; };