Skip to content

Commit

Permalink
Fix missing action import
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Jan 8, 2024
1 parent 7eaa90c commit f027d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/dialog/stories/RevisionsDialog.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { revisionControl } from "./mockData";
import { mockGetMe } from "../../../pages/app/accounts/stories/mockData";
import { Action } from "../../stories/Button.stories";
import { action } from "@storybook/addon-actions";
const today = new Date().getDate();
const manyRevisions = Array(100)
Expand Down

0 comments on commit f027d24

Please sign in to comment.