summaryrefslogtreecommitdiff
path: root/src/components/SideBar.js
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-05-14 22:50:48 +0800
committerHaishan <[email protected]>2020-05-14 22:50:48 +0800
commitfaf4cba37c8dd123600a62ec4feb39cccd851bcb (patch)
tree144bc503428ff891e74684da487f04e2fce90d57 /src/components/SideBar.js
parentaceb1b4a365b1d86d66c0538011580eb01270219 (diff)
chore: lib classnames -> clsx
Diffstat (limited to 'src/components/SideBar.js')
-rw-r--r--src/components/SideBar.js2
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';