src/app/pages/ErrorPage/index.jsx

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import pipe from 'ramda/src/pipe';
import withContexts from '#containers/PageHandlers/withContexts';
import withPageWrapper from '#containers/PageHandlers/withPageWrapper';
import ErrorPage from './ErrorPage';

export default pipe(withPageWrapper, withContexts)(ErrorPage);