We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32e5f15 + e865931 commit 956edf4Copy full SHA for 956edf4
packages/classic/src/core/challenge.tsx
@@ -14,6 +14,9 @@ import {
14
import { GameMode } from '@hotandcold/classic-shared';
15
16
import { Post, RedisClient, RichTextBuilder } from '@devvit/public-api';
17
+// For some reason <Preview /> requires this import, but the import is being found as unused.
18
+// Suppress the check for it
19
+import { Devvit } from '@devvit/public-api'; // eslint-disable-line @typescript-eslint/no-unused-vars
20
21
export * as Challenge from './challenge.js';
22
0 commit comments