1
0
Fork 0

⬆️ Updated slider not that it's moved to core in material-ui v4.2

This commit is contained in:
Joost De Cock 2019-07-07 13:32:24 +02:00
parent 75f935298d
commit 5b8060c926

View file

@ -1,6 +1,6 @@
import React, { useState } from "react";
import PropTypes from "prop-types";
import Slider from "@material-ui/lab/Slider";
import Slider from "@material-ui/core/Slider";
import { withStyles } from "@material-ui/core/styles";
const PaddedSlider = withStyles({