We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bda59f commit 18c9875Copy full SHA for 18c9875
packages/feedback/src/core/components/Actor.ts
@@ -1,4 +1,4 @@
1
-import { DEBUG_BUILD } from 'src/util/debug-build';
+import { DEBUG_BUILD } from '../../util/debug-build';
2
import { DOCUMENT, TRIGGER_LABEL } from '../../constants';
3
import { createActorStyles } from './Actor.css';
4
import { FeedbackIcon } from './FeedbackIcon';
0 commit comments