2023-05-11 06:44:30 +02:00
|
|
|
import SettingsCollection from "./settings-collection.js";
|
|
|
|
import ChronikjahreCollection from "./chronikjahre.js";
|
|
|
|
import SuperhaufenCollection from "./superhaufen.js";
|
|
|
|
import CantorpreisCollection from "./cantorpreis.js";
|
|
|
|
import AbiturientenCollection from "./abiturienten.js";
|
|
|
|
import CantorforaCollection from "./cantorfora.js";
|
2023-05-11 15:16:14 +02:00
|
|
|
import ChronikseitenCollection from "./chronikseiten.js";
|
2023-05-11 06:44:30 +02:00
|
|
|
|
2023-05-11 15:16:14 +02:00
|
|
|
export { SettingsCollection, ChronikjahreCollection, SuperhaufenCollection, CantorpreisCollection, AbiturientenCollection, CantorforaCollection, ChronikseitenCollection };
|