Skip to content

Commit

Permalink
fix(useTranslate): add copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jan 3, 2024
1 parent e8bc811 commit 59b8b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/useTranslate.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (C) 2017-2023 Smart code 203358507

const { useCallback } = require('react');
const { useTranslation } = require('react-i18next');

Expand Down

0 comments on commit 59b8b36

Please sign in to comment.