diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-05-15 00:03:41 -0700 | 
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-05-15 00:03:41 -0700 | 
| commit | 2b79008596351f6948d8de80c7887446d97b068c (patch) | |
| tree | 7f393199bf780936cee1427c07c64bd2745fa3f9 /src/client/views/InkingStroke.tsx | |
| parent | b9440e34d89b28acacdd6eed2cda39cd2a1d8c46 (diff) | |
renamed new_fields to fields
Diffstat (limited to 'src/client/views/InkingStroke.tsx')
| -rw-r--r-- | src/client/views/InkingStroke.tsx | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 7a318d5c2..25ea50a27 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -1,14 +1,14 @@  import { observer } from "mobx-react"; -import { documentSchema } from "../../new_fields/documentSchemas"; -import { InkData, InkField, InkTool } from "../../new_fields/InkField"; -import { makeInterface } from "../../new_fields/Schema"; -import { Cast, StrCast, NumCast } from "../../new_fields/Types"; +import { documentSchema } from "../../fields/documentSchemas"; +import { InkData, InkField, InkTool } from "../../fields/InkField"; +import { makeInterface } from "../../fields/Schema"; +import { Cast, StrCast, NumCast } from "../../fields/Types";  import { ViewBoxBaseComponent } from "./DocComponent";  import { InkingControl } from "./InkingControl";  import "./InkingStroke.scss";  import { FieldView, FieldViewProps } from "./nodes/FieldView";  import React = require("react"); -import { TraceMobx } from "../../new_fields/util"; +import { TraceMobx } from "../../fields/util";  import { InteractionUtils } from "../util/InteractionUtils";  import { ContextMenu } from "./ContextMenu";  import { CognitiveServices } from "../cognitive_services/CognitiveServices";  | 
