From f0fd1d39e7f211f4b0c0eedcfe3850e16532be01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20R=C3=A5dberg?= Date: Sun, 2 Jul 2023 23:38:05 +0200 Subject: [PATCH] remove fullscreen button --- my-app/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-app/src/App.tsx b/my-app/src/App.tsx index e582ff0..4273410 100644 --- a/my-app/src/App.tsx +++ b/my-app/src/App.tsx @@ -69,7 +69,7 @@ function App() { return ( - + {/* */} );