fix(Calendar): copyright headers

This commit is contained in:
Tim 2024-11-28 11:45:26 +01:00
parent ef28d744e2
commit 320bca2e35
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2024 Smart code 203358507
@import (reference) '~stremio/common/screen-sizes.less';
.selector {

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2024 Smart code 203358507
import React, { useCallback, useMemo } from 'react';
import Icon from '@stremio/stremio-icons/react';
import { Button } from 'stremio/common';

View file

@ -1,2 +1,4 @@
// Copyright (C) 2017-2024 Smart code 203358507
import Selector from './Selector';
export default Selector;