Components
npx shadcn@latest add https://21st.dev/r/reaviz/incident-report-middleLoading preview...
import { Component } from "@/components/ui/incident-report-middle";
const IncidentReportCardDemo = () => {
return (
<div className="flex w-full min-h-screen justify-center items-center bg-gray-900 p-4">
<Component />
</div>
);
};
export { IncidentReportCardDemo };