Skip to content

Commit

Permalink
inizio lavoro cartoline
Browse files Browse the repository at this point in the history
  • Loading branch information
gallomaf committed Aug 31, 2024
1 parent ea82155 commit 70a1567
Show file tree
Hide file tree
Showing 32 changed files with 2,689 additions and 1,983 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.vercel
147 changes: 147 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"last 1 safari version"
]
}
}
}
12 changes: 12 additions & 0 deletions public/Images/Buste/BUSTA_C6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/Images/Buste/spunta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ function App() {
<BrowserRouter>
<Routes>
<Route path="/" element={<Step1 />} />
<Route path="/Step-1" element={<Step1 />} />
<Route path="/Step-2" element={<Step2 />} />
<Route path="/Step-3" element={<Step3 />} />

<Route path="/Lettere/Step-4" element={<Step4 />} />
<Route path="/Lettere/Step-4-2" element={<Step4Continue />} />
<Route path="/Lettere/Step-5" element={<Step5 />} />
Expand Down
Loading

0 comments on commit 70a1567

Please sign in to comment.