|
@@ -60,7 +60,7 @@ type AnswersData = {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const App = () => {
|
|
const App = () => {
|
|
|
- const [ currentPage, setCurrentPage ] = useState(3);
|
|
|
|
|
|
|
+ const [ currentPage, setCurrentPage ] = useState(0);
|
|
|
const [ exit, setExit ] = useState(false);
|
|
const [ exit, setExit ] = useState(false);
|
|
|
const [ answers, saveAnswers ] = useState<AnswersData>({
|
|
const [ answers, saveAnswers ] = useState<AnswersData>({
|
|
|
personalInformation: {
|
|
personalInformation: {
|