summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/reaction-picker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/scripts/reaction-picker.ts')
-rw-r--r--packages/frontend/src/scripts/reaction-picker.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/scripts/reaction-picker.ts b/packages/frontend/src/scripts/reaction-picker.ts
index 919c566e3f..19e1bfba2c 100644
--- a/packages/frontend/src/scripts/reaction-picker.ts
+++ b/packages/frontend/src/scripts/reaction-picker.ts
@@ -4,7 +4,7 @@
*/
import { defineAsyncComponent, Ref, ref } from 'vue';
-import { popup } from '@/os';
+import { popup } from '@/os.js';
class ReactionPicker {
private src: Ref<HTMLElement | null> = ref(null);