types: import types for `@nuxt/telemetry` and `@nuxt/components` (#7626)

Co-authored-by: pooya parsa <pyapar@gmail.com>
This commit is contained in:
Daniel Roe 2020-06-30 09:49:31 +01:00 committed by GitHub
parent 23324b9eae
commit 6b06ab201e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
import '@nuxt/components'
import '@nuxt/telemetry'
import './process'
/**