From 49d7dc9761bb08e3b74c5b68038edb38275b4a7b Mon Sep 17 00:00:00 2001 From: zisra <100528712+zisra@users.noreply.github.com> Date: Sun, 2 Apr 2023 10:28:20 -0500 Subject: [PATCH] Update VideoErrorBoundary.tsx --- src/video/components/parts/VideoErrorBoundary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/components/parts/VideoErrorBoundary.tsx b/src/video/components/parts/VideoErrorBoundary.tsx index 443de1e6..5c7cf291 100644 --- a/src/video/components/parts/VideoErrorBoundary.tsx +++ b/src/video/components/parts/VideoErrorBoundary.tsx @@ -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 {