better lint

This commit is contained in:
Henry Jameson 2026-01-29 20:40:00 +02:00
commit 18d8ea6b63
123 changed files with 362 additions and 205 deletions

View file

@ -1,9 +1,10 @@
import get from 'lodash/get'
import { usePostStatusStore } from 'src/stores/post_status'
import Modal from '../modal/modal.vue'
import PostStatusForm from '../post_status_form/post_status_form.vue'
import { usePostStatusStore } from 'src/stores/post_status'
const PostStatusModal = {
components: {
PostStatusForm,