Skip to content

Commit

Permalink
chore :: layoutbox
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 4, 2024
1 parent bb26dd9 commit bcfaf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/LayoutBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type LayoutBoxPropsType = {
align?: 'start' | 'end' | 'center';
gap?: number;
max?: number;
children: ReactNode;
children?: ReactNode;
};

export const LayoutBox = ({ width, height, flex, justify, align, gap, children, max }: LayoutBoxPropsType) => {
Expand Down

0 comments on commit bcfaf03

Please sign in to comment.