import React from "react"; import * as Actions from "../../actionCreators"; import PlaylistMenu from "./PlaylistMenu"; import { useActionCreator } from "../../hooks"; /* eslint-disable no-alert */ export default function ListMenu() { const removeAllTracks = useActionCreator(Actions.removeAllTracks); return (
alert("Not supported in Webamp")} />
alert("Not supported in Webamp")} /> ); }