Add rename file to ToolBase management page

This commit is contained in:
2024-01-22 16:54:42 +08:00
parent 8a954abedf
commit 691f13381d
3 changed files with 222 additions and 40 deletions

View File

@@ -27,8 +27,8 @@ export default defineConfig({
'react-router-dom',
{
react: ['Suspense', 'createContext'],
'react-router': ['useMatches', 'RouterProvider'],
'react-router-dom': ['createBrowserRouter'],
'react-router': ['useMatches', 'RouterProvider', 'useBlocker'],
'react-router-dom': ['createBrowserRouter', 'useBeforeUnload'],
antd: ['message', 'notification']
},
{