From cd9fcb8176ff45e8ff93d68fec082ccc2c3d8f4a Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 4 Mar 2026 11:08:35 +0100 Subject: [PATCH] Prettier --- web/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/README.md b/web/README.md index 3fa82f20..3e7d90a3 100644 --- a/web/README.md +++ b/web/README.md @@ -220,7 +220,6 @@ Catches React errors and shows user-friendly message: ```tsx import {ErrorBoundary} from 'web/components/error-boundary' - ; @@ -250,7 +249,6 @@ Keyboard users can skip to main content: ```tsx import {SkipLink, MainContent} from 'web/components/skip-link' - ;<> ...