mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 18:02:13 +00:00
copytight header added
This commit is contained in:
parent
dd1ef55c9f
commit
62ae99282f
5 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2022 Smart code 203358507
|
||||
|
||||
const React = require('react');
|
||||
const PropTypes = require('prop-types');
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2022 Smart code 203358507
|
||||
|
||||
const DelayedRenderer = require('./DelayedRenderer');
|
||||
|
||||
module.exports = DelayedRenderer;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2022 Smart code 203358507
|
||||
|
||||
:global(.animation-fade-in) {
|
||||
:local {
|
||||
animation-name: fade-in;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2022 Smart code 203358507
|
||||
|
||||
function getId() {
|
||||
return Math.random().toString(32).slice(2);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2022 Smart code 203358507
|
||||
|
||||
const sanitizeLocationPath = require('stremio/common/sanitizeLocationPath');
|
||||
const Bridge = require('./bridge');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue