mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +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 { IconButton } from "@material-ui/core";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import PropTypes from "prop-types";
|
import PropTypes from "prop-types";
|
||||||
import { Transition, config } from "react-spring";
|
import { Transition, config } from "react-spring/renderprops";
|
||||||
|
|
||||||
const button = {
|
const button = {
|
||||||
width: 30,
|
width: 30,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import PropTypes from "prop-types";
|
import PropTypes from "prop-types";
|
||||||
import { animated } from "react-spring";
|
import { animated } from "react-spring/renderprops";
|
||||||
import { ButtonBase } from "@material-ui/core";
|
import { ButtonBase } from "@material-ui/core";
|
||||||
import DeleteIcon from "@material-ui/icons/Delete";
|
import DeleteIcon from "@material-ui/icons/Delete";
|
||||||
import EditIcon from "@material-ui/icons/Edit";
|
import EditIcon from "@material-ui/icons/Edit";
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import PropTypes from "prop-types";
|
import PropTypes from "prop-types";
|
||||||
import { Transition, config } from "react-spring";
|
import { Transition, config } from "react-spring/renderprops";
|
||||||
|
|
||||||
import Todo from "./Todo";
|
import Todo from "./Todo";
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { connect } from "react-redux";
|
|||||||
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import PropTypes from "prop-types";
|
import PropTypes from "prop-types";
|
||||||
import { Transition } from "react-spring";
|
import { Transition } from "react-spring/renderprops";
|
||||||
|
|
||||||
import withRouter from "react-router-dom/withRouter";
|
import withRouter from "react-router-dom/withRouter";
|
||||||
import Input from "../todos/Input";
|
import Input from "../todos/Input";
|
||||||
|
|||||||
Reference in New Issue
Block a user