2023-04-19 22:44:06 +02:00
|
|
|
import AboutPreview from "./about-preview.js";
|
|
|
|
import BlogPreview from "./blog-preview.js";
|
|
|
|
import ContestPreview from "./contest-preview.js";
|
|
|
|
import GanztagPreview from "./ganztag-preview.js";
|
|
|
|
import PagePreview from "./page-preview.js";
|
|
|
|
import EventPreview from "./event-preview.js";
|
|
|
|
import AnmeldungPreview from "./anmeldung-preview.js";
|
|
|
|
import HeaderPreview from "./header-preview.js";
|
|
|
|
import ChronikPreview from "./chronik-preview.js";
|
|
|
|
import KontaktPreview from "./kontakt-preview.js";
|
|
|
|
import AnmeldeformularPreview from "./anmeldeformular-preview.js";
|
|
|
|
import ChronikIndexPreview from "./chronik-index-preview.js";
|
|
|
|
import AuthorPreview from "./author-preview.js";
|
|
|
|
import FormsPreview from "./forms-preview.js";
|
|
|
|
import CantorpreisPreview from "./cantorpreis-preview.js";
|
|
|
|
import ProjektwochePreview from "./projektwoche-preview.js";
|
|
|
|
import AbiturientenPreview from "./abiturienten-preview.js";
|
|
|
|
|
|
|
|
import PreviewStyles from "./styles.js";
|
|
|
|
|
|
|
|
export {
|
2023-05-29 16:22:34 +02:00
|
|
|
AboutPreview,
|
|
|
|
BlogPreview,
|
|
|
|
ContestPreview,
|
|
|
|
GanztagPreview,
|
|
|
|
PagePreview,
|
|
|
|
EventPreview,
|
|
|
|
AnmeldungPreview,
|
|
|
|
HeaderPreview,
|
|
|
|
ChronikPreview,
|
|
|
|
KontaktPreview,
|
|
|
|
AnmeldeformularPreview,
|
|
|
|
ChronikIndexPreview,
|
|
|
|
AuthorPreview,
|
|
|
|
FormsPreview,
|
|
|
|
CantorpreisPreview,
|
|
|
|
ProjektwochePreview,
|
|
|
|
AbiturientenPreview,
|
|
|
|
PreviewStyles,
|
2023-04-19 22:44:06 +02:00
|
|
|
};
|