diff --git a/src/App/modules/common/Beatmap/index.js b/src/App/modules/common/Beatmap/index.js index d5af0f1..4474f67 100644 --- a/src/App/modules/common/Beatmap/index.js +++ b/src/App/modules/common/Beatmap/index.js @@ -86,7 +86,6 @@ const useStyles = createUseStyles({ }, }); -export const getDownloadUrl = ({ id, unique_id }) => `https://beatconnect.io/b/${id}/${unique_id}`; const Beatmap = ({ beatmap, noFade, autoDl, width, ...otherProps }) => { const ref = useRef();