diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-08 14:18:11 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-08 14:18:11 -0400 |
commit | 3dea269077151542bc2450bccd749ede87681556 (patch) | |
tree | 10b44861d966b2f996d00e5628d6a1fb048370df /src/client/views/AntimodeMenu.tsx | |
parent | 632dec95b9fccccef13b50cb41fc598613a9df1e (diff) |
a bunch of cleanup to fix import order and to organize/restructure ink things in the right places.
Diffstat (limited to 'src/client/views/AntimodeMenu.tsx')
-rw-r--r-- | src/client/views/AntimodeMenu.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/AntimodeMenu.tsx b/src/client/views/AntimodeMenu.tsx index f810361c6..9a6121d20 100644 --- a/src/client/views/AntimodeMenu.tsx +++ b/src/client/views/AntimodeMenu.tsx @@ -1,5 +1,4 @@ import React = require("react"); -import { observer } from "mobx-react"; import { observable, action } from "mobx"; import "./AntimodeMenu.scss"; |