Revert "Avoid import cycle"
Some checks failed
CI / build-and-test (20.x) (push) Has been cancelled

This reverts commit 02b40558a8.
This commit is contained in:
Jordan Eldredge 2024-09-03 15:01:38 -07:00
parent 919b52b52f
commit f854b95915
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import {
} from "../actionTypes";
import { MEDIA_STATUS } from "../constants";
import { openMediaFileDialog } from "./files";
import { openMediaFileDialog } from "./";
import { GetState, Dispatch, Thunk, Action } from "../types";
import * as Selectors from "../selectors";

View File

@ -25,7 +25,7 @@ import { useTypedSelector, useActionCreator } from "../hooks";
import Css from "./Css";
// @ts-ignore
import cssText from "../../css/webamp.css";
import cssText from "bundle-text:../../css/webamp.css";
interface Props {
filePickers: FilePicker[];