Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
simonNozaki committed Feb 8, 2023
1 parent 576a05f commit b4244cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composables/useTags.ts → composables/useTag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const nuxtApp = useNuxtApp()
const user = useUser()

interface TagState {
id: string
id?: string
name: string
userId: string
createdAt: string
updatedAt: string
createdAt: string | Date
updatedAt: string | Date
}

class Tags {
Expand Down

0 comments on commit b4244cf

Please sign in to comment.