mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix(useTranslate): add copyright header
This commit is contained in:
parent
e8bc811213
commit
59b8b36217
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2023 Smart code 203358507
|
||||
|
||||
const { useCallback } = require('react');
|
||||
const { useTranslation } = require('react-i18next');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue