chore: fix lint

This commit is contained in:
YunYouJun
2023-11-06 02:28:14 +08:00
parent 0232595083
commit e55d9a59c3
4 changed files with 3 additions and 4 deletions

View File

@@ -3,8 +3,8 @@ import { useStorage } from '@vueuse/core'
import { computed, onMounted, ref, watch } from 'vue'
import { useGtm } from '@gtm-support/vue-gtm'
import { db } from '../../utils/db'
import type { RecipeItem, StuffItem } from '~/types'
import { useAppStore } from './app'
import type { RecipeItem, StuffItem } from '~/types'
const namespace = 'cook'