Skip to content

Commit c39ae17

Browse files
Xaohssvenvandescheur
authored andcommitted
🎨 - refactor: changed type
1 parent e6fb912 commit c39ae17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/components/DestructionListAuditLog/DestructionListAuditLogDetails.stories.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ import { expect, within } from "@storybook/test";
33

44
import { auditLogItemFactory } from "../../fixtures/auditLog";
55
import { userFactory } from "../../fixtures/user";
6-
import { DestructionListEditPage } from "../../pages";
76
import { DestructionListAuditLogDetails } from "./DestructionListAuditLogDetails";
87

9-
const meta: Meta<typeof DestructionListEditPage> = {
8+
const meta: Meta<typeof DestructionListAuditLogDetails> = {
109
title: "Components/Audit Log/DestructionListAuditLogDetails",
1110
component: DestructionListAuditLogDetails,
1211
};

0 commit comments

Comments
 (0)