diff --git a/package.json b/package.json index ac9f031..fe401d4 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,6 @@ "react-leaflet": "^2.7.0", "react-redux": "^7.2.1", "react-router-dom": "^5.2.0", - "react-spring": "^8.0.27", "redux": "^4.0.5", "redux-devtools-extension": "^2.13.8", "redux-localstorage-simple": "^2.3.1", diff --git a/src/components/ui/CollapsableList.jsx b/src/components/ui/CollapsableList.jsx index de7c87c..af2a510 100644 --- a/src/components/ui/CollapsableList.jsx +++ b/src/components/ui/CollapsableList.jsx @@ -1,5 +1,4 @@ import React, { useState, useEffect } from 'react'; -import { useTransition, animated } from "react-spring"; import { makeStyles, List, ListItem, ListItemIcon, ListItemText, Collapse } from '@material-ui/core'; import ExpandLess from '@material-ui/icons/ExpandLess'; import ExpandMore from '@material-ui/icons/ExpandMore';