src/content

This commit is contained in:
Shin'ya Ueoka 2019-05-06 22:17:01 +09:00
parent a0882bbceb
commit b002d70070
19 changed files with 119 additions and 80 deletions

View file

@ -1,6 +1,6 @@
import * as actions from '../actions';
interface State {
export interface State {
mode: string;
messageText: string;
consoleText: string;