Skip to content

Instantly share code, notes, and snippets.

View tekminewe's full-sized avatar
🎯
Focusing

Ewe Tek Min tekminewe

🎯
Focusing
View GitHub Profile
import React, { useState } from 'react';
import { useTranslation } from 'react-i18next';
import './i18n.config';
const App = () => {
/**
* Use useTranslation hooks
*/
const { t } = useTranslation();