import { Typography } from '@mui/material' import type { FlexBoxProps } from '@xylabs/react-flexbox' import { FlexGrowCol } from '@xylabs/react-flexbox' import React from 'react' /** @deprecated use from @@xylabs/react-shared instead */ export const NotFound: React.FC = (props) => { return ( Sorry! {'Can\'t find anything here'} ) }