7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
import Synchronisations from './Synchronisations'
|
|
|
|
const Pages = {
|
|
Synchronisations: Object.assign(Synchronisations, Synchronisations),
|
|
}
|
|
|
|
export default Pages |