Skip to content

Commit

Permalink
Remove unused references
Browse files Browse the repository at this point in the history
  • Loading branch information
caleeli committed Feb 27, 2024
1 parent f687033 commit a35688e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/stories/DropdownAndPages.stories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable import/no-extraneous-dependencies */
import { within, userEvent, expect, waitFor } from "@storybook/test";
import { within, expect, waitFor } from "@storybook/test";
import "../bootstrap";
// b-tabs from bootstrap-vue
import TabsBar from "../components/TabsBar.vue";
Expand Down
2 changes: 1 addition & 1 deletion src/stories/PagesDropdown.stories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable import/no-extraneous-dependencies */
import { within, userEvent, expect, waitFor } from "@storybook/test";
import { within, expect, waitFor } from "@storybook/test";
import "../bootstrap";
// b-tabs from bootstrap-vue
import PagesDropdown from "../components/editor/pagesDropdown.vue";
Expand Down
1 change: 0 additions & 1 deletion src/stories/ScreenToolbar.stories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable import/no-extraneous-dependencies */
import { within, userEvent, fireEvent, expect, waitFor } from "@storybook/test";
import "../bootstrap";
// b-tabs from bootstrap-vue
import ScreenToolbar from "../components/ScreenToolbar.vue";
Expand Down

0 comments on commit a35688e

Please sign in to comment.