import '@js-preview/excel/lib/index.css'; import FileError from '../file-error'; import { useFetchExcel } from '../hooks'; const Excel = ({ filePath }: { filePath: string }) => { const { status, containerRef, error } = useFetchExcel(filePath); return (