feat: add intances list

This commit is contained in:
jialin
2026-05-11 19:49:21 +08:00
committed by jialin
parent 75d7eff63b
commit 3ae49dc826
18 changed files with 692 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
import PageBox from '../../_components/page-box';
const GPUServiceStorage: React.FC = () => {
return <PageBox> GPU Service Storage Page</PageBox>;
};
export default GPUServiceStorage;