Skip to content

Commit 18c9875

Browse files
committed
fix import
1 parent 2bda59f commit 18c9875

File tree

1 file changed

+1
-1
lines changed
  • packages/feedback/src/core/components

1 file changed

+1
-1
lines changed

Diff for: packages/feedback/src/core/components/Actor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DEBUG_BUILD } from 'src/util/debug-build';
1+
import { DEBUG_BUILD } from '../../util/debug-build';
22
import { DOCUMENT, TRIGGER_LABEL } from '../../constants';
33
import { createActorStyles } from './Actor.css';
44
import { FeedbackIcon } from './FeedbackIcon';

0 commit comments

Comments
 (0)