From 2cf0ce68bfe01e1180a8ba4cc876746e90af7318 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 30 May 2025 17:53:40 +0200 Subject: [PATCH] Range element Signed-off-by: ale --- src/components/AudioControls.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/AudioControls.js b/src/components/AudioControls.js index dccc4ae..cd9a3c7 100644 --- a/src/components/AudioControls.js +++ b/src/components/AudioControls.js @@ -1,4 +1,4 @@ -import { Button, Icon } from "react-materialize"; +import { Button, Icon, Range } from "react-materialize"; import PropTypes from "prop-types"; /** @@ -59,8 +59,7 @@ const AudioControls = ({ )}    -