remove non-existend component

This commit is contained in:
Orion Reed 2024-03-25 08:24:00 -07:00
parent 810e155810
commit e9da68970c
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ function App() {
<Route path="/card/contact" element={<Contact />} />
</Routes>
</BrowserRouter>
<Analytics />
</React.StrictMode>
);
};