remove non-existend component
This commit is contained in:
parent
810e155810
commit
e9da68970c
|
|
@ -25,7 +25,6 @@ function App() {
|
|||
<Route path="/card/contact" element={<Contact />} />
|
||||
</Routes>
|
||||
</BrowserRouter>
|
||||
<Analytics />
|
||||
</React.StrictMode>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue