From e9da68970ca3d10b10dad4bfc67f2537c5a06a81 Mon Sep 17 00:00:00 2001 From: Orion Reed Date: Mon, 25 Mar 2024 08:24:00 -0700 Subject: [PATCH] remove non-existend component --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 1994839..0885a60 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -25,7 +25,6 @@ function App() { } /> - ); };