Skip to content

Commit 6997466

Browse files
committed
fix: linting
1 parent 064314d commit 6997466

File tree

1 file changed

+1
-1
lines changed
  • workspaces/simon-game/src/app/components

1 file changed

+1
-1
lines changed

workspaces/simon-game/src/app/components/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function App() {
1616
);
1717

1818
return (
19-
<div style={{display: "flex", gap: 10}}>
19+
<div style={{ display: "flex", gap: 10 }}>
2020
<Box
2121
color="red"
2222
handleClick={() => handleOnClick(buttonSoundConfig.frequencies.red)}

0 commit comments

Comments
 (0)