1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-19 13:19:37 +02:00

chore(deps): removed unused import

This commit is contained in:
Corentin Thomasset 2022-04-16 11:21:23 +02:00
parent b892f50cd6
commit 5fde77604c
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -5,9 +5,6 @@ import { registerSW } from 'virtual:pwa-register';
registerSW();
import { Buffer } from 'buffer';
globalThis.Buffer = Buffer;
import { naive } from './plugins/naive.plugin';
import App from './App.vue';