import React from 'react'
import type { FetchErrorEvent } from '../../../providers/events/State'
import { Text, Title } from '../../shared'
import { CallList } from './components/CallList'
interface Props {
event: FetchErrorEvent
}
export function FetchErrorPreview({ event }: Props) {
return (
<>