Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Feb 7, 2019
1 parent e6e9a45 commit cbea832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/typescript/examples.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function MyComponent() {

// page uses the hook
function Page() {
// const [t, i18n] = useTranslation();
const { t, i18n } = useTranslation();

const changeLanguage = (lng: string) => {
Expand Down

0 comments on commit cbea832

Please sign in to comment.