This commit is contained in:
jialin
2024-05-14 15:23:56 +08:00
commit 72a53424fa
59 changed files with 13511 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
// @ts-nocheck
// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
import React from 'react';
const LogoIcon: React.FC = () => {
return (
<img
src="https://www.seal.io/Public/Uploads/uploadfile/images/20230825/a1logo1244.svg"
alt="logo"
style={{ height: 24 }}
/>
);
};
export default LogoIcon;