Openstatus www.openstatus.dev

ci: apply automated fixes

authored by

autofix-ci[bot] and committed by
Maximilian Kaske
8b0fcf35 5a096feb

+4 -1
+4 -1
apps/web/src/components/content/mdx-components.tsx
··· 25 25 import type { MetricsCardProps } from "../monitor-dashboard/metrics-card"; 26 26 import { MetricsCard } from "../monitor-dashboard/metrics-card"; 27 27 import { Callout, type CalloutProps } from "./callout"; 28 + import { 29 + ImageWithCaption, 30 + type ImageWithCaptionProps, 31 + } from "./image-with-caption"; 28 32 import Pre from "./pre"; 29 33 import type { SimpleChartProps } from "./simple-chart"; 30 34 import { SimpleChart } from "./simple-chart"; 31 - import { ImageWithCaption, ImageWithCaptionProps } from "./image-with-caption"; 32 35 33 36 export const components = { 34 37 a: ({ href = "", ...props }: AnchorHTMLAttributes<HTMLAnchorElement>) => {