src/content
This commit is contained in:
parent
a0882bbceb
commit
b002d70070
19 changed files with 119 additions and 80 deletions
|
@ -1,10 +1,6 @@
|
|||
import Mark from '../Mark';
|
||||
import * as actions from '../actions';
|
||||
|
||||
interface Mark {
|
||||
x: number;
|
||||
y: number;
|
||||
}
|
||||
|
||||
export interface State {
|
||||
setMode: boolean;
|
||||
jumpMode: boolean;
|
||||
|
|
Reference in a new issue