diff options
author | bobzel <zzzman@gmail.com> | 2025-03-10 17:25:45 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-03-10 17:25:45 -0400 |
commit | e2fcff95835ea12b7b8eca482369b0b31f5d9a9b (patch) | |
tree | e8107fea7c3aa6583e05adf3ff1020608149682b /src/server/index.ts | |
parent | b05c561bbf1147deb9fbeda2a685d5f7a4a927da (diff) |
fixed placing labels over text in images.
Diffstat (limited to 'src/server/index.ts')
-rw-r--r-- | src/server/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/index.ts b/src/server/index.ts index 92d2bfa29..3b77359ec 100644 --- a/src/server/index.ts +++ b/src/server/index.ts @@ -4,7 +4,7 @@ import * as mobileDetect from 'mobile-detect'; import * as path from 'path'; import { logExecution } from './ActionUtilities'; import AssistantManager from './ApiManagers/AssistantManager'; -import FlashcardManager from './ApiManagers/FlashcardManager 2'; +import FlashcardManager from './ApiManagers/FlashcardManager'; import DataVizManager from './ApiManagers/DataVizManager'; import DeleteManager from './ApiManagers/DeleteManager'; import DownloadManager from './ApiManagers/DownloadManager'; |