Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md committed Sep 30, 2024
1 parent dff077a commit 29bbedd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cypress/e2e/po/components/button-dropdown.po.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import ComponentPo from '@/cypress/e2e/po/components/component.po';
import LabeledSelectPo from '@/cypress/e2e/po/components/labeled-select.po';

export default class ButtonDropdownPo extends LabeledSelectPo {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ComponentPo from '@/cypress/e2e/po/components/component.po';
import ButtonDropdownPo from '~/cypress/e2e/po/components/button-dropdown.po';
import ButtonDropdownPo from '@/cypress/e2e/po/components/button-dropdown.po';
import InputPo from '@/cypress/e2e/po/components/input.po';

class ContainerMountPo extends ComponentPo {
Expand Down

0 comments on commit 29bbedd

Please sign in to comment.