import config from '@automattic/calypso-config'; import clsx from 'clsx'; import EmptyContent from 'calypso/components/empty-content'; import Head from 'calypso/components/head'; import { chunkCssLinks } from './utils'; function NotFound( { entrypoint } ) { const theme = config( 'theme' ); return (
{ chunkCssLinks( entrypoint ) } { /* eslint-disable wpcalypso/jsx-classname-namespace*/ }