Skip to content

Commit

Permalink
refactor(templates): 사용하지 않는 useTemplateCategoryTagQueries 훅 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Hain-tain committed Oct 14, 2024
1 parent 7c02ab2 commit 1f7e8a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
1 change: 0 additions & 1 deletion frontend/src/queries/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ export { useTemplateQuery } from './useTemplateQuery';
export { useTemplateUploadMutation } from './useTemplateUploadMutation';
export { useTemplateEditMutation } from './useTemplateEditMutation';
export { useTemplateDeleteMutation } from './useTemplateDeleteMutation';
export { useTemplateCategoryTagQueries } from './useTemplateCategoryTagQueries';
44 changes: 0 additions & 44 deletions frontend/src/queries/templates/useTemplateCategoryTagQueries.ts

This file was deleted.

0 comments on commit 1f7e8a2

Please sign in to comment.