Remove unnecessary "use strict" directives

This commit is contained in:
hensm
2022-09-02 06:30:19 +01:00
parent d5eb78f881
commit 8ecd3320f7
48 changed files with 0 additions and 97 deletions

View File

@@ -1,5 +1,3 @@
"use strict";
import logger from "./logger";
import options from "./options";