mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 23:50:42 +00:00
Addresses review feedback: the explanatory block comments in FullscreenProvider (source-of-truth rationale, CoreTransport typing note) were noise — the same context already lives in the PR description and commit history. Copyright headers on the four new files were carried over from the template at 2023; bumped to 2026. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
7 lines
226 B
TypeScript
7 lines
226 B
TypeScript
// Copyright (C) 2017-2026 Smart code 203358507
|
|
|
|
import FullscreenProvider from './FullscreenProvider';
|
|
import useFullscreen from './useFullscreen';
|
|
|
|
export { FullscreenProvider, useFullscreen };
|
|
export default useFullscreen;
|