diff --git a/packages/webamp/js/components/MainWindow/Eject.tsx b/packages/webamp/js/components/MainWindow/Eject.tsx index 8faa61a6..99b96ff3 100644 --- a/packages/webamp/js/components/MainWindow/Eject.tsx +++ b/packages/webamp/js/components/MainWindow/Eject.tsx @@ -2,10 +2,17 @@ import { memo } from "react"; import * as Actions from "../../actionCreators"; import { useActionCreator } from "../../hooks"; +import WinampButton from "../WinampButton"; const Eject = memo(() => { const openMediaFileDialog = useActionCreator(Actions.openMediaFileDialog); - return
; + return ( +