diff options
| author | Haishan <[email protected]> | 2020-06-20 22:28:43 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-06-20 22:28:43 +0800 |
| commit | 632c6a37350c830902046546fc07ce764ca009a0 (patch) | |
| tree | ed90e7cef41865732dafe7de22e33a3a1c589927 /src/components/CollapsibleSectionHeader.js | |
| parent | 71a7d8d4c125a5751c94ecb10468994634286425 (diff) | |
feat: add a simple filter for proxy names
Diffstat (limited to 'src/components/CollapsibleSectionHeader.js')
| -rw-r--r-- | src/components/CollapsibleSectionHeader.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/CollapsibleSectionHeader.js b/src/components/CollapsibleSectionHeader.js index 9c25d74..794aafb 100644 --- a/src/components/CollapsibleSectionHeader.js +++ b/src/components/CollapsibleSectionHeader.js @@ -1,11 +1,10 @@ +import cx from 'clsx'; import React from 'react'; import { ChevronDown } from 'react-feather'; -import cx from 'clsx'; -import { SectionNameType } from './shared/Basic'; import Button from './Button'; - import s from './CollapsibleSectionHeader.module.css'; +import { SectionNameType } from './shared/Basic'; type Props = { name: string, |
