fix: added copyright

This commit is contained in:
Botzy 2025-04-01 16:29:45 +03:00
parent 6c2e2a483d
commit d84e0f849f
6 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2025 Smart code 203358507
import { createContext } from 'react';
const GamepadContext = createContext<{

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2025 Smart code 203358507
import React, { useEffect, useRef, useState, useCallback } from 'react';
import useToast from 'stremio/common/Toast/useToast';
import GamepadContext from './GamepadContext';

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2025 Smart code 203358507
import { useContext } from 'react';
import GamepadContext from './GamepadContext';

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2025 Smart code 203358507
import { useEffect } from 'react';
import { useGamepad } from '../GamepadContext';

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2025 Smart code 203358507
import { useEffect } from 'react';
import { useGamepad } from '../GamepadContext';
import useFullscreen from 'stremio/common/useFullscreen';

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2025 Smart code 203358507
import { useEffect } from 'react';
import { useGamepad } from '../GamepadContext';