summaryrefslogtreecommitdiff
path: root/packages/frontend/src/directives/user-preview.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/directives/user-preview.ts')
-rw-r--r--packages/frontend/src/directives/user-preview.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/directives/user-preview.ts b/packages/frontend/src/directives/user-preview.ts
index 5fd65b0587..e0fd10047a 100644
--- a/packages/frontend/src/directives/user-preview.ts
+++ b/packages/frontend/src/directives/user-preview.ts
@@ -4,7 +4,7 @@
*/
import { defineAsyncComponent, Directive, ref } from 'vue';
-import { popup } from '@/os';
+import { popup } from '@/os.js';
export class UserPreview {
private el;