Fixup webpack config

This commit is contained in:
2023-07-20 13:25:21 +01:00
parent c74bbae5c7
commit 0e50290998
18 changed files with 330 additions and 135 deletions

View File

@ -3,7 +3,7 @@ import * as Dialog from "@radix-ui/react-dialog";
import { Icon } from "element/icon";
import { useStreamProvider } from "hooks/stream-provider";
import { StreamProvider, StreamProviderInfo, StreamProviders } from "providers";
import { StreamProvider, StreamProviders } from "providers";
import { useEffect, useState } from "react";
import { StreamEditor, StreamEditorProps } from "./stream-editor";
import { useNavigate } from "react-router-dom";