aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-06-17 09:33:03 -0400
committerbobzel <zzzman@gmail.com>2022-06-17 09:33:03 -0400
commit3351c0372a8372a3e91bbd814f827a8b984f8665 (patch)
tree7671be558ad9ead7e2d3a41c2d7e007a1c504562 /src
parent21eb25198c27d65e398d11b018a8dc792297e35a (diff)
parentaad5783118330945c90264646c328b97136b4cf6 (diff)
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src')
-rw-r--r--src/client/views/InkTranscription.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/InkTranscription.tsx b/src/client/views/InkTranscription.tsx
index 291352aa3..8ab54918c 100644
--- a/src/client/views/InkTranscription.tsx
+++ b/src/client/views/InkTranscription.tsx
@@ -10,6 +10,7 @@ import { DocumentManager } from "../util/DocumentManager";
import { CollectionFreeFormView } from './collections/collectionFreeForm';
import { InkingStroke } from './InkingStroke';
import { CurrentUserUtils } from '../util/CurrentUserUtils';
+import "./InkTranscription.scss";
/**