add use strict

This commit is contained in:
Zutatensuppe 2021-05-09 13:49:40 +02:00
parent ef260213b1
commit 53e97cd58b
14 changed files with 30 additions and 18 deletions

View file

@ -1,3 +1,5 @@
"use strict"
import WsClient from './WsClient.js'
import Protocol from './../common/Protocol.js'