feat: edit replicas in the list

This commit is contained in:
jialin
2024-09-04 19:34:32 +08:00
parent 5fc6d3ee38
commit 825683dd75
8 changed files with 138 additions and 25 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import React from 'react';
const RowContext = React.createContext({});
const RowContext = React.createContext<any>({});
export default RowContext;