Skip to content

Commit

Permalink
[Vue] Unused type alias (#28354)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert authored Dec 31, 2024
1 parent 88f00de commit 77c5ddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generators/vue/templates/src/main/webapp/app/store.ts.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ export { useStore };
<%_ if (enableTranslation) { _%>

import { useTranslationStore } from '@/shared/config/store/translation-store';
export type TranslationStore = ReturnType<typeof useTranslationStore>;
export { useTranslationStore };
<%_ } _%>

0 comments on commit 77c5ddd

Please sign in to comment.