import React from 'react' import { getViewerUrl, isEmpty } from 'utils' export const ErrorPage = ({ error }: { error: Error }) => { return (
{error.message}