mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
Update VideoErrorBoundary.tsx
This commit is contained in:
parent
d82b32e8d9
commit
49d7dc9761
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { Link } from "@/components/text/Link";
|
|||
import { conf } from "@/setup/config";
|
||||
import { Component } from "react";
|
||||
import { Trans } from "react-i18next";
|
||||
import type { ReactNode } from "react/index";
|
||||
import type { ReactNode } from "react-router-dom/node_modules/@types/react/index";
|
||||
import { VideoPlayerHeader } from "./VideoPlayerHeader";
|
||||
|
||||
interface ErrorBoundaryState {
|
||||
|
|
Loading…
Reference in a new issue