mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-12 11:10:27 +00:00
added missing copyright
This commit is contained in:
parent
5bdf8cf1d1
commit
667b1056cd
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2020 Smart code 203358507
|
||||
|
||||
const UrlUtils = require('url');
|
||||
const routesRegexp = require('stremio/common/routesRegexp');
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2020 Smart code 203358507
|
||||
|
||||
const React = require('react');
|
||||
|
||||
const useFacebookToken = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue