chore: fix useTranslation ci problem which cause error in unit test

chore/cli-prune-script
moonrailgun 6 months ago
parent c33dbd241c
commit 7c902ca20b

@ -3,3 +3,7 @@ export const t = (key: string) => {
};
export function onLanguageChanged() {}
export function useTranslation() {
return { t };
}

Loading…
Cancel
Save