diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index cfd5fda..1351e1b 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1,12 +1,8 @@ -import { useState } from 'react' - - - -function App() { - +import React from 'react' +const App = () => { return ( - <> +
App
) }