diff --git a/src/App.jsx b/src/App.jsx index 0e2408d37..e697990e6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -4,20 +4,10 @@ import { Sum } from './components/Sum/Sum'; export const App = () => ( <> - - - - + + + + > );