Add delete and edit functionality to Operational Pages

This commit is contained in:
Tola Leng
2025-06-06 18:51:21 +08:00
parent 1264d293bf
commit f4f6cb48db
2 changed files with 92 additions and 1 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ import { createRoot } from 'react-dom/client'
import App from './App.tsx'
import './index.css'
createRoot(document.getElementById("root")!).render(<App />);
createRoot(document.getElementById("root")!).render(<App />);