mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
WIP preserve local changes before duckie merge
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { FC } from 'react';
|
||||
import { useTranslation } from '../../hooks';
|
||||
|
||||
export const TranslationBootstrap: FC<{}> = () =>
|
||||
{
|
||||
useTranslation();
|
||||
|
||||
return null;
|
||||
};
|
||||
Reference in New Issue
Block a user