Skip to content

Commit

Permalink
fix: prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed May 26, 2024
1 parent bc2d0a7 commit 1b30f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const routes: Record<string, ReactNode> = {
snapshot: <SnapshotExample />,
spring: <SpringExample />,
"rope-joint": <RopeJointExample />,
"contact-skin": <ContactSkinExample />,
"contact-skin": <ContactSkinExample />
};

export const App = () => {
Expand Down

0 comments on commit 1b30f66

Please sign in to comment.