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 ServerError( { entrypoint } ) { const theme = config( 'theme' ); return ( { chunkCssLinks( entrypoint ) } { /* eslint-disable wpcalypso/jsx-classname-namespace*/ }
{ /* eslint-enable wpcalypso/jsx-classname-namespace*/ } ); } export default ServerError;