phase out old config stuff

This commit is contained in:
2025-04-17 19:16:41 -04:00
parent 63b823a7a1
commit 8e99669487
16 changed files with 44 additions and 126 deletions

View File

@ -1,5 +1,5 @@
<script setup>
import { state } from '@/store.js';
import { state } from '@/store';
import moment from 'moment';
import { computed } from 'vue';