feat(core-api): compose marketingPages + navigation routers into appRouter

This commit is contained in:
2026-05-05 08:36:29 +02:00
parent 158e2bab5a
commit 1ad5b801f7
5 changed files with 18 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
export type { Header, HeaderItem } from "./entities/header";
export type { NavigationRouter } from "./integrations/api/router";
export { headerQuery } from "./ui/query";