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/Loading2.js | |
| parent | 71a7d8d4c125a5751c94ecb10468994634286425 (diff) | |
feat: add a simple filter for proxy names
Diffstat (limited to 'src/components/Loading2.js')
| -rw-r--r-- | src/components/Loading2.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/Loading2.js b/src/components/Loading2.js index ce049a8..edb2656 100644 --- a/src/components/Loading2.js +++ b/src/components/Loading2.js @@ -1,8 +1,7 @@ import React from 'react'; -import SvgYacd from './SvgYacd'; - import s0 from './Loading2.module.css'; +import SvgYacd from './SvgYacd'; function Loading() { return ( |
