Initial commit
This commit is contained in:
15
src/components/FoMenu.jsx
Normal file
15
src/components/FoMenu.jsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import React from 'react'
|
||||
import { Link } from 'react-router-dom'
|
||||
|
||||
const FoMenu = () => {
|
||||
return (
|
||||
<nav className='nav d-flex gap-3'>
|
||||
<Link className='btn btn-outline-dark flex-fill' to="/">Összefoglalás</Link>
|
||||
<Link className='btn btn-outline-dark flex-fill' to="/lista">Autók listája</Link>
|
||||
<Link className='btn btn-outline-dark flex-fill' to="/uj">Új autó hozzáadása</Link>
|
||||
|
||||
</nav>
|
||||
)
|
||||
}
|
||||
|
||||
export default FoMenu
|
||||
Reference in New Issue
Block a user