Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jan 17, 2025
1 parent 5a5c0da commit 24973ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test, describe } from 'vitest'
import { mount, config } from '@vue/test-utils'
import PageForgotPassword from '../../views/PageForgotPassword.vue'
import PageForgotPassword from '../../views/Account/PageForgotPassword.vue'
import CardBoxBig from '../../components/Content/CardBoxBig.vue'
import CardBox from '../../components/Content/CardBox.vue'
import UFAlert from '../../components/UFAlert.vue'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test, describe } from 'vitest'
import { mount, config } from '@vue/test-utils'
import PageLogin from '../../views/PageLogin.vue'
import PageLogin from '../../views/Account/PageLogin.vue'
import CardBoxBig from '../../components/Content/CardBoxBig.vue'
import CardBox from '../../components/Content/CardBox.vue'
import UFAlert from '../../components/UFAlert.vue'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test, describe } from 'vitest'
import { mount, config } from '@vue/test-utils'
import PageRegister from '../../views/PageRegister.vue'
import PageRegister from '../../views/Account/PageRegister.vue'
import CardBoxBig from '../../components/Content/CardBoxBig.vue'
import CardBox from '../../components/Content/CardBox.vue'
import UFAlert from '../../components/UFAlert.vue'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test, describe } from 'vitest'
import { mount, config } from '@vue/test-utils'
import PageResendVerification from '../../views/PageResendVerification.vue'
import PageResendVerification from '../../views/Account/PageResendVerification.vue'
import CardBoxBig from '../../components/Content/CardBoxBig.vue'
import CardBox from '../../components/Content/CardBox.vue'
import UFAlert from '../../components/UFAlert.vue'
Expand Down

0 comments on commit 24973ac

Please sign in to comment.