diff options
Diffstat (limited to 'src/components/SideBar.js')
| -rw-r--r-- | src/components/SideBar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SideBar.js b/src/components/SideBar.js index ff711bb..aa57403 100644 --- a/src/components/SideBar.js +++ b/src/components/SideBar.js @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import cx from 'classnames'; +import cx from 'clsx'; import { motion } from 'framer-motion'; import { Link, useLocation } from 'react-router-dom'; // import { Command, Activity, Globe, Link2, Settings, File } from 'react-feather'; |
