Skip to content

Commit ce3a445

Browse files
chore: format
1 parent 7f2d028 commit ce3a445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styled-components/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ One notable aspect of Styled Components that we need to manage is the way in whi
1818

1919
- [app/root.tsx](./app/root.tsx) - This is where we render the app and if we're rendering on the server we have placeholder text of `__STYLES__`.
2020
- [app/entry.server.tsx](./app/entry.server.tsx) - This is where we render the app on the server and replace `__STYLES__` with the styles that styled-components collect.
21-
- [app/routes/__boundary.tsx](./app/routes/__boundary.tsx) - The top-level error boundary for the app to avoid re-mounting the document.
22-
- [app/routes/__boundary/\$.tsx](./app/routes/__boundary/$.tsx) - The top-level splat route that manually throws a 404 response so we can catch it in `__boundary.tsx`.
21+
- [app/routes/\_\_boundary.tsx](./app/routes/__boundary.tsx) - The top-level error boundary for the app to avoid re-mounting the document.
22+
- [app/routes/\_\_boundary/\$.tsx](./app/routes/__boundary/$.tsx) - The top-level splat route that manually throws a 404 response so we can catch it in `__boundary.tsx`.
2323
- [components/src/Box.tsx](./components/src/Box.tsx) - An example `styled` component.
2424

2525
## Related Links

0 commit comments

Comments
 (0)