Skip to content

Commit

Permalink
add missing config.ts
Browse files Browse the repository at this point in the history
Signed-off-by: GRBurst <[email protected]>
  • Loading branch information
GRBurst committed May 24, 2024
1 parent 8985e08 commit 75bc9ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/src/utils/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const AppConfig = {
tagFilters: {
custom: {
name: "Custom Filters",
sectionName: "Custom",
localStorageKey: "CustomFilters",
}
}
}

0 comments on commit 75bc9ce

Please sign in to comment.