Browse Source

Update VideoErrorBoundary.tsx

pull/224/head
zisra 3 years ago committed by GitHub
parent
commit
49d7dc9761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/video/components/parts/VideoErrorBoundary.tsx

2
src/video/components/parts/VideoErrorBoundary.tsx

@ -4,7 +4,7 @@ import { Link } from "@/components/text/Link";
import { conf } from "@/setup/config"; import { conf } from "@/setup/config";
import { Component } from "react"; import { Component } from "react";
import { Trans } from "react-i18next"; 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"; import { VideoPlayerHeader } from "./VideoPlayerHeader";
interface ErrorBoundaryState { interface ErrorBoundaryState {

Loading…
Cancel
Save