5827b87f89
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
export const useTranslation = () => ({
|
|
t: (label: string) => label,
|
|
});
|