Skip to content

Commit

Permalink
Instruct students to export the box component (#400)
Browse files Browse the repository at this point in the history
* Update README.mdx

* Update exercises/06.styling/02.solution.component/README.mdx

---------

Co-authored-by: Kent C. Dodds <[email protected]>
  • Loading branch information
wargha and kentcdodds authored Oct 16, 2024
1 parent ccfd97a commit c9593ec
Showing 1 changed file with 2 additions and 0 deletions.
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...`

0 comments on commit c9593ec

Please sign in to comment.