feat(marketing-pages): add ui/query + barrel + feature test

This commit is contained in:
2026-05-05 08:32:08 +02:00
parent 7b64415020
commit 36e7515717
3 changed files with 51 additions and 1 deletions

View File

@@ -1 +1,4 @@
export {};
export type { Page, PageStatus, Hero } from "./entities/page";
export type { SiteSettings } from "./entities/site-settings";
export { PageNotFoundError, InputParseError } from "./entities/errors";
export { pageBySlugQuery, siteSettingsQuery } from "./ui/query";