commit | 38dcb053f48105cfebad3e43428f2101eaf376c5 | [log] [tgz] |
---|---|---|
author | Jiarenxiang <SingalJia@outlook.com> | Thu Mar 13 16:40:09 2025 +0800 |
committer | Jiarenxiang <SingalJia@outlook.com> | Thu Apr 10 19:19:06 2025 +0800 |
tree | 0e834a974db36b3765c244c86cddef91da2bb4f0 | |
parent | 45d84cc4b51d70c418ba5a11b1131da05edacccc [diff] |
'init_again' Change-Id: Ib7ecdb9f5baeab1e4681152a57b936edf7475b35
diff --git a/src/pages/Tool/Build/index.tsx b/src/pages/Tool/Build/index.tsx new file mode 100644 index 0000000..647d729 --- /dev/null +++ b/src/pages/Tool/Build/index.tsx
@@ -0,0 +1,8 @@ +import React from "react"; + +const testIndex :React.FC = ()=>{ + return ( + <div>111</div> + ); +} +export default testIndex;