mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
update imports for react-spring
This commit is contained in:
@@ -5,7 +5,7 @@ import BackButton from "@material-ui/icons/ArrowBack";
|
||||
import { IconButton } from "@material-ui/core";
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import { Transition, config } from "react-spring";
|
||||
import { Transition, config } from "react-spring/renderprops";
|
||||
|
||||
const button = {
|
||||
width: 30,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import * as React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import { animated } from "react-spring";
|
||||
import { animated } from "react-spring/renderprops";
|
||||
import { ButtonBase } from "@material-ui/core";
|
||||
import DeleteIcon from "@material-ui/icons/Delete";
|
||||
import EditIcon from "@material-ui/icons/Edit";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import * as React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import { Transition, config } from "react-spring";
|
||||
import { Transition, config } from "react-spring/renderprops";
|
||||
|
||||
import Todo from "./Todo";
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import { connect } from "react-redux";
|
||||
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import { Transition } from "react-spring";
|
||||
import { Transition } from "react-spring/renderprops";
|
||||
|
||||
import withRouter from "react-router-dom/withRouter";
|
||||
import Input from "../todos/Input";
|
||||
|
||||
Reference in New Issue
Block a user