Skip to content

Commit

Permalink
#40 Fix comments - imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-adriaens committed Jul 3, 2023
1 parent f375342 commit 505c2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/OeWizard.cy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable vue/one-component-per-file */
import { defineComponent } from 'vue';
import OeWizard from '../components/dumb/OeWizard.vue';
import { OeWizard } from '@components/dumb';
import type { IStep } from '@models/wizard';
import { defineComponent } from 'vue';

describe('OeWizard', () => {
describe('default', () => {
Expand Down

0 comments on commit 505c2d9

Please sign in to comment.