Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions exercises/06.styling/02.solution.component/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

👨‍💼 Great work with the `<Box />` component. But we can make this experience even
better by designing our box around the different sizes. Let's keep going!

👨‍💼 Also, don't forget to export your Box component (tests will need it!) `export function Box...`