2023-05-11 06:44:30 +02:00
|
|
|
import SettingsCollection from "./settings-collection.js";
|
2023-05-29 16:22:34 +02:00
|
|
|
import IndexPagesCollection from "./index-pages.js";
|
|
|
|
import PagesCollection from "./pages.js";
|
|
|
|
import AuthorCollection from "./author.js";
|
|
|
|
import BlogCollection from "./blog.js";
|
|
|
|
import FormsCollection from "./forms.js";
|
|
|
|
import GanztagCollection from "./ganztag.js";
|
|
|
|
import WettbewerbeCollection from "./wettbewerbe.js";
|
|
|
|
import BegabteCollection from "./begabte.js";
|
|
|
|
import ProjektwocheCollection from "./projektwoche.js";
|
2023-05-11 06:44:30 +02:00
|
|
|
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-29 16:22:34 +02:00
|
|
|
import StatsCollection from "./stats.js";
|
2023-05-11 06:44:30 +02:00
|
|
|
|
2023-05-29 16:22:34 +02:00
|
|
|
export {
|
|
|
|
SettingsCollection,
|
|
|
|
IndexPagesCollection,
|
|
|
|
PagesCollection,
|
|
|
|
AuthorCollection,
|
|
|
|
BlogCollection,
|
|
|
|
FormsCollection,
|
|
|
|
GanztagCollection,
|
|
|
|
WettbewerbeCollection,
|
|
|
|
BegabteCollection,
|
|
|
|
ProjektwocheCollection,
|
|
|
|
ChronikjahreCollection,
|
|
|
|
SuperhaufenCollection,
|
|
|
|
CantorpreisCollection,
|
|
|
|
AbiturientenCollection,
|
|
|
|
CantorforaCollection,
|
|
|
|
ChronikseitenCollection,
|
|
|
|
StatsCollection,
|
|
|
|
};
|