Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Nov 20, 2024
1 parent a36685f commit 3018f75
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ const indeterminateStates = [
] as const;
type IndeterminateState = (typeof indeterminateStates)[number];

const wrappingStates = [
[''],
[loremIpsum]
] as const;
const wrappingStates = [[''], [loremIpsum]] as const;
type WrappingState = (typeof wrappingStates)[number];

const metadata: Meta = {
Expand Down

0 comments on commit 3018f75

Please sign in to comment.