From 06bb8feeb5cda9bc4af42448219f81c795b3452b Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Fri, 12 Jan 2024 12:03:48 -0700 Subject: [PATCH] Temp remove shot from app --- App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/App.tsx b/App.tsx index 6a47ac6..35eb57c 100644 --- a/App.tsx +++ b/App.tsx @@ -6,7 +6,6 @@ import ShotsContainer from "./component/shot"; const App: React.FC = () => { return ( - test );