mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-17 14:34:15 +00:00
8 lines
200 B
JavaScript
Executable File
8 lines
200 B
JavaScript
Executable File
import SlidersWithPresets from "../../../components/slidersWithPresets"
|
|
|
|
export default (props) => {
|
|
return <SlidersWithPresets
|
|
{...props}
|
|
controller={app.cores.player.eq}
|
|
/>
|
|
} |