feat(add services on membership page)
This commit is contained in:
7
resources/js/actions/App/Filament/Pages/index.ts
Normal file
7
resources/js/actions/App/Filament/Pages/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import Synchronisations from './Synchronisations'
|
||||
|
||||
const Pages = {
|
||||
Synchronisations: Object.assign(Synchronisations, Synchronisations),
|
||||
}
|
||||
|
||||
export default Pages
|
||||
Reference in New Issue
Block a user