feat(Admin Panel & Charts)

This commit is contained in:
2025-10-23 11:41:56 +02:00
parent bd268f9b7f
commit 07160656f5
26 changed files with 840 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
import Pages from './Pages'
const Services = {
Pages: Object.assign(Pages, Pages),
}
export default Services