Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
m4theushw committed May 7, 2021
1 parent 77e56c3 commit f3a5ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/grid/InteractiveGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type GridJustification =
| 'space-around'
| 'space-evenly';

type Direction = Exclude<GridProps['direction'], undefined>
type Direction = Exclude<GridProps['direction'], undefined>;

export default function InteractiveGrid() {
const [direction, setDirection] = React.useState<Direction>('row');
Expand Down

0 comments on commit f3a5ca8

Please sign in to comment.