diff --git a/exercises/06.styling/02.solution.component/README.mdx b/exercises/06.styling/02.solution.component/README.mdx index 42e1a51d7..849619f03 100644 --- a/exercises/06.styling/02.solution.component/README.mdx +++ b/exercises/06.styling/02.solution.component/README.mdx @@ -4,3 +4,5 @@ 👨‍💼 Great work with the `` 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...`