1
0

move constants

This commit is contained in:
Dominik Pschenitschni
2022-08-13 15:26:57 +02:00
parent 4a50e6aae2
commit 041a1a4cc0
22 changed files with 21 additions and 21 deletions

View File

@ -17,7 +17,7 @@
<script setup lang="ts">
import {ref, watch} from 'vue'
import {PRIORITIES} from '@/models/constants/priorities'
import {PRIORITIES} from '@/constants/priorities'
const priority = ref(0)