diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-27 01:19:52 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-27 01:19:52 -0400 |
| commit | 513e9042ea815e964462e824d85fbd229381250f (patch) | |
| tree | a9079cbd3b85aeb09b0b0ade763422f6fd405e7c /src/client/views/InkingStroke.tsx | |
| parent | fca16fb81f470b43c72c1e24e530fdf66430dc7a (diff) | |
A bunch more stuff
Diffstat (limited to 'src/client/views/InkingStroke.tsx')
| -rw-r--r-- | src/client/views/InkingStroke.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 0f05da22c..616299146 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -1,8 +1,8 @@ import { observer } from "mobx-react"; import { observable } from "mobx"; import { InkingControl } from "./InkingControl"; -import { InkTool } from "../../fields/InkField"; import React = require("react"); +import { InkTool } from "../../new_fields/InkField"; interface StrokeProps { |
