From 94e58d2d1b7e4b9eb7114d61a15289f520fdd56e Mon Sep 17 00:00:00 2001 From: glax Date: Sun, 15 Jun 2025 23:14:11 +0200 Subject: [PATCH] Fix MangaConnectorContext (missing .Provider) --- tranga-website/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tranga-website/src/App.tsx b/tranga-website/src/App.tsx index ee1a9c9..8d505c7 100644 --- a/tranga-website/src/App.tsx +++ b/tranga-website/src/App.tsx @@ -82,7 +82,7 @@ export default function App () { return ( - + @@ -101,7 +101,7 @@ export default function App () { - + ); }