Skip to content

Commit f854b95

Browse files
committed
Revert "Avoid import cycle"
This reverts commit 02b4055.
1 parent 919b52b commit f854b95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/webamp/js/actionCreators/media.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
} from "../actionTypes";
1616

1717
import { MEDIA_STATUS } from "../constants";
18-
import { openMediaFileDialog } from "./files";
18+
import { openMediaFileDialog } from "./";
1919
import { GetState, Dispatch, Thunk, Action } from "../types";
2020
import * as Selectors from "../selectors";
2121

packages/webamp/js/components/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { useTypedSelector, useActionCreator } from "../hooks";
2525
import Css from "./Css";
2626

2727
// @ts-ignore
28-
import cssText from "../../css/webamp.css";
28+
import cssText from "bundle-text:../../css/webamp.css";
2929

3030
interface Props {
3131
filePickers: FilePicker[];

0 commit comments

Comments
 (0)