diff --git a/src/App.tsx b/src/App.tsx index 6e704cb..1584ba2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,11 +10,13 @@ import { MessageSteps } from './components/MessageSteps/MessageSteps'; export default function App() { - return - - - - - - ; + return ( + + + + + + + + ) } \ No newline at end of file