From e9c48bd7356462ba9257540b130a47a65ad1861d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 26 八月 2021 17:17:11 +0800
Subject: [PATCH] 2021-08-26

---
 src/menu/components/share/sourcecomponent/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/menu/components/share/sourcecomponent/index.jsx b/src/menu/components/share/sourcecomponent/index.jsx
index a5b88bc..569fc8d 100644
--- a/src/menu/components/share/sourcecomponent/index.jsx
+++ b/src/menu/components/share/sourcecomponent/index.jsx
@@ -6,7 +6,7 @@
 import InputForm from './inputform'
 import './index.scss'
 
-class CopyComponent extends Component {
+class SourceComponent extends Component {
   static propTpyes = {
     type: PropTypes.string,
     placement: PropTypes.any,
@@ -91,4 +91,4 @@
   }
 }
 
-export default CopyComponent
\ No newline at end of file
+export default SourceComponent
\ No newline at end of file

--
Gitblit v1.8.0