diff options
| author | Haishan <[email protected]> | 2020-05-14 22:50:48 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-05-14 22:50:48 +0800 |
| commit | faf4cba37c8dd123600a62ec4feb39cccd851bcb (patch) | |
| tree | 144bc503428ff891e74684da487f04e2fce90d57 /src/components/Proxy.js | |
| parent | aceb1b4a365b1d86d66c0538011580eb01270219 (diff) | |
chore: lib classnames -> clsx
Diffstat (limited to 'src/components/Proxy.js')
| -rw-r--r-- | src/components/Proxy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Proxy.js b/src/components/Proxy.js index c694e55..939dcc4 100644 --- a/src/components/Proxy.js +++ b/src/components/Proxy.js @@ -1,5 +1,5 @@ import React from 'react'; -import cx from 'classnames'; +import cx from 'clsx'; import { connect } from './StateProvider'; import ProxyLatency from './ProxyLatency'; |
