diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-17 09:33:03 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-17 09:33:03 -0400 |
| commit | 3351c0372a8372a3e91bbd814f827a8b984f8665 (patch) | |
| tree | 7671be558ad9ead7e2d3a41c2d7e007a1c504562 | |
| parent | 21eb25198c27d65e398d11b018a8dc792297e35a (diff) | |
| parent | aad5783118330945c90264646c328b97136b4cf6 (diff) | |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
| -rw-r--r-- | src/client/views/InkTranscription.tsx | 1 |
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"; /** |
