// SPDX-License-Identifier: MIT // Copyright contributors to the openassistant project import { Card } from '@heroui/card'; import { Skeleton } from '@heroui/skeleton'; export function EChartsSkeleton(): JSX.Element { return (
); }