From 4bc91a531128517cf0e9f5eb2dcf0196b5feb161 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 4 Mar 2026 16:02:15 +0100 Subject: [PATCH] Trigger deploy --- web/README.md | 2 ++ 1 file changed, 2 insertions(+) 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' + ;<> ...