style: split out type imports

This commit is contained in:
Daniel Roe 2022-12-12 12:28:49 +00:00
parent 23307cd8e0
commit 6d0c49101f
No known key found for this signature in database
GPG Key ID: 22D5008E4F5D9B55

View File

@ -1,4 +1,4 @@
import { IncomingMessage, ServerResponse } from 'node:http' import type { IncomingMessage, ServerResponse } from 'node:http'
import { join, relative, resolve } from 'pathe' import { join, relative, resolve } from 'pathe'
import * as vite from 'vite' import * as vite from 'vite'
import vuePlugin from '@vitejs/plugin-vue' import vuePlugin from '@vitejs/plugin-vue'