organize imports in the front end

This commit is contained in:
Eric Wang
2023-11-06 04:12:03 +00:00
parent 15af8bceed
commit 3eb076967c
293 changed files with 6984 additions and 4868 deletions

View File

@@ -2,4 +2,4 @@ import http from '@/api/http'
const deleteNode = (id: number) => http.delete(`/api/admin/nodes/${id}`)
export default deleteNode
export default deleteNode