change function of fliter sort, modal and locate set new data and change it and update

This commit is contained in:
Ehsan
2025-09-12 09:39:48 +03:30
parent d04aa8568d
commit dbef29b9d9
18 changed files with 371 additions and 235 deletions
+9
View File
@@ -0,0 +1,9 @@
import React from 'react'
function Content() {
return (
<div>Content</div>
)
}
export default Content