From 440deb4624f456d666ee51df82d8d97169858606 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 8 Jul 2020 23:27:35 +0900 Subject: [PATCH] Update mios.ts --- src/client/mios.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/mios.ts b/src/client/mios.ts index ba42f3a16..c54b6fff8 100644 --- a/src/client/mios.ts +++ b/src/client/mios.ts @@ -1,3 +1,5 @@ +// TODO: このファイル消したい + import autobind from 'autobind-decorator'; import Vue from 'vue'; import { EventEmitter } from 'eventemitter3';