Skip to content

Commit

Permalink
tools page
Browse files Browse the repository at this point in the history
  • Loading branch information
desoindx committed Apr 15, 2024
1 parent 2cb520b commit 0fa4d7d
Show file tree
Hide file tree
Showing 25 changed files with 698 additions and 52 deletions.
14 changes: 14 additions & 0 deletions app/outils/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from 'react'
import Outils from 'components/outils/Outils'
import Suggestion from 'components/layout/web/Suggestion'

const OutilsPage = async () => {
return (
<>
<Outils />
<Suggestion from='/outils' fromLabel='Outils' simulatorName='site' />
</>
)
}

export default OutilsPage
41 changes: 41 additions & 0 deletions public/images/tools-boisson.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0fa4d7d

Please sign in to comment.