diff --git a/web/README.md b/web/README.md index 3e7d90a3..3fa82f20 100644 --- a/web/README.md +++ b/web/README.md @@ -220,6 +220,7 @@ Catches React errors and shows user-friendly message: ```tsx import {ErrorBoundary} from 'web/components/error-boundary' + ; @@ -249,6 +250,7 @@ Keyboard users can skip to main content: ```tsx import {SkipLink, MainContent} from 'web/components/skip-link' + ;<> ...