always include .js for stores

This commit is contained in:
Henry Jameson 2026-01-29 20:44:55 +02:00
commit d028a86013
52 changed files with 59 additions and 59 deletions

View file

@ -4,7 +4,7 @@ import StatusContent from '../status_content/status_content.vue'
import Timeago from '../timeago/timeago.vue'
import { useInstanceStore } from 'src/stores/instance.js'
import { useReportsStore } from 'src/stores/reports'
import { useReportsStore } from 'src/stores/reports.js'
import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator'