mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(NextVideoPopup): missing copyright headers
This commit is contained in:
parent
6bff7761dc
commit
d1a028ebaa
3 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2022 Smart code 203358507
|
||||
|
||||
const React = require('react');
|
||||
const PropTypes = require('prop-types');
|
||||
const classnames = require('classnames');
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2022 Smart code 203358507
|
||||
|
||||
const NextEpisodeModal = require('./NextVideoPopup');
|
||||
|
||||
module.exports = NextEpisodeModal;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2022 Smart code 203358507
|
||||
|
||||
@import (reference) '~@stremio/stremio-colors/less/stremio-colors.less';
|
||||
|
||||
.next-video-popup-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue