1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-05 12:25:32 +01:00

removes comment import

This commit is contained in:
Amir Raminfar
2022-01-12 14:44:33 -08:00
parent efc001ef9d
commit c19e819ec6
3 changed files with 2 additions and 36 deletions

View File

@@ -2,7 +2,6 @@ import { mount } from "@vue/test-utils";
import { createTestingPinia } from "@pinia/testing";
// @ts-ignore
import EventSource, { sources } from "eventsourcemock";
// import debounce from "lodash.debounce";
import LogEventSource from "./LogEventSource.vue";
import LogViewer from "./LogViewer.vue";
import { settings } from "../composables/settings";