diff --git a/dashboard/src/components/EventsListSkeleton.tsx b/dashboard/src/components/EventsListSkeleton.tsx new file mode 100644 index 0000000..7b10a87 --- /dev/null +++ b/dashboard/src/components/EventsListSkeleton.tsx @@ -0,0 +1,32 @@ +interface EventsListSkeletonProps { + rows?: number; +} + +function SkeletonLine({ width }: { width: string }) { + return