diff --git a/src/App.js b/src/App.js index f7f8098..d472817 100644 --- a/src/App.js +++ b/src/App.js @@ -1,7 +1,6 @@ import React from 'react' import { useTranslation } from 'react-i18next' -import { RsvpReader } from './components/RsvpReader' import { SearchBar } from './components/SearchBar' import './App.css' @@ -9,6 +8,11 @@ import { LangSelect } from './components/LangSelect' import { Container } from './styles/Container' import { Flex, FlexMain } from './styles/Flex' +import { RsvpWidget } from 'components/RsvpWidget' +import { Options } from 'components/Options' +import { TextInput } from 'components/TextInput' +import { TextOutput } from 'components/TextOutput' +import { TotalTime } from 'components/TotalTime' export const App = () => { const { t } = useTranslation() @@ -28,9 +32,21 @@ export const App = () => {

Widget

- -

Text input

-

Options

+ + + +

Options

+ +
+ +

Text input

+ +
+
+

Text Output

+ +

Time needed

+