Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Nov 6, 2024
1 parent 33c6a89 commit b4c80c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions keep-ui/app/incidents/[id]/incident-overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ import { Link } from "@/components/ui";
import { IncidentChangeStatusSelect } from "@/features/change-incident-status";
import { getIncidentName } from "@/entities/incidents/lib/utils";
import { DateTimeField, FieldHeader } from "@/shared/ui";
import { SameIncidentField } from "@/features/same-incidents-in-the-past/ui";
import { FollowingIncidents } from "@/features/same-incidents-in-the-past/ui";
import {
SameIncidentField,
FollowingIncidents,
} from "@/features/same-incidents-in-the-past/";
import { StatusIcon } from "@/entities/incidents/ui/statuses";

interface Props {
Expand Down
3 changes: 2 additions & 1 deletion keep-ui/features/same-incidents-in-the-past/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { SameIncidentsOverview } from "./ui/following-incidents";
export { FollowingIncidents } from "./ui/following-incidents";
export { SameIncidentField } from "./ui/same-incident-field";

0 comments on commit b4c80c5

Please sign in to comment.