diff --git a/src/layouts/index.ts b/src/layouts/index.ts index 250e9a0..1c31c11 100644 --- a/src/layouts/index.ts +++ b/src/layouts/index.ts @@ -6,4 +6,4 @@ export { default as Flow, type FlowProps, type FlowDirectionProps, type FlowDefinition } from "./Flow"; export { default as Measured, useMeasurements } from "./Measured"; -export { default as Squares, type SquaresProps } from './Squares'; +export { default as Squares } from './Squares';