Skip to content

Commit

Permalink
chore: run prettier for the src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vmosyaykin committed Sep 10, 2024
1 parent 3c6f481 commit 823fc9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/testing-app/app/entry.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ startTransition(() => {
document,
<StrictMode>
<RemixBrowser />
</StrictMode>
</StrictMode>,
);
});
2 changes: 1 addition & 1 deletion src/testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
"engines": {
"node": ">=14.0.0"
}
}
}

0 comments on commit 823fc9d

Please sign in to comment.