Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed May 14, 2024
1 parent 849f6f0 commit 2e036f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/stores/globalSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ interface GlobalSearchState {
items: GlobalSearchItem[]
}


interface GlobalSearchItem {
id: string
name: string
id: string
name: string
}


const useGlobalSearchState = defineStore('globalSearchState', {
state: (): GlobalSearchState => ({
Expand Down

0 comments on commit 2e036f3

Please sign in to comment.