feat: add intances list
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import PageBox from '../../_components/page-box';
|
||||
|
||||
const GPUServiceStorage: React.FC = () => {
|
||||
return <PageBox> GPU Service Storage Page</PageBox>;
|
||||
};
|
||||
|
||||
export default GPUServiceStorage;
|
||||
Reference in New Issue
Block a user