@lattice-php/lattice 0.43.0 → 0.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
- import { Breadcrumb, NodeType, PageContainer as GeneratedPageContainer, PageLayoutPayload, PagePayload as GeneratedPagePayload } from './generated.js';
1
+ import { Breadcrumb, PageContainer as GeneratedPageContainer } from '@lattice-php/core';
2
+ import { NodeType, PageLayoutPayload, PagePayload as GeneratedPagePayload } from './generated.js';
2
3
  export type * from '@lattice-php/core';
3
4
  export type LayoutPayload = PageLayoutPayload;
4
5
  export type PageBreadcrumb = Breadcrumb;