Temp remove shot from app

This commit is contained in:
Kat Huang 2024-01-12 12:03:48 -07:00
parent 28a0426096
commit 06bb8feeb5

View File

@ -6,7 +6,6 @@ import ShotsContainer from "./component/shot";
const App: React.FC = () => {
return (
<ClientProvider>
<ShotsContainer />
<Text>test</Text>
</ClientProvider>
);