Skip to content

Commit

Permalink
Update src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: freakzlike <freakzlike@gmail.com>
  • Loading branch information
snoozbuster and freakzlike committed May 31, 2022
1 parent f7f0f7f commit ea9e8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
@@ -1,6 +1,6 @@
import { DOMWrapper } from './domWrapper'
import { VueWrapper } from './vueWrapper'
import { BaseWrapper } from './baseWrapper'
import BaseWrapper from './baseWrapper'
import { mount, shallowMount } from './mount'
import { MountingOptions } from './types'
import { RouterLinkStub } from './components/RouterLinkStub'
Expand Down

0 comments on commit ea9e8db

Please sign in to comment.