chore: remove types remaining from #5858 (#6188)

This commit is contained in:
Kevin Marrec 2019-08-05 12:57:04 +02:00 committed by Pooya Parsa
parent da4615a160
commit b2def683ba

View File

@ -1,10 +0,0 @@
import Store from 'vuex'
import VueRouter from 'vue-router'
import { NuxtAppOptions } from '.'
declare module 'vuex/types/index' {
interface Store<S> {
app: NuxtAppOptions
$router: VueRouter
}
}