feat(add services on membership page)

This commit is contained in:
2026-03-16 15:20:49 +01:00
parent c3b64e4bb9
commit 1790214fff
11 changed files with 434 additions and 77 deletions

View File

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