Kezdeti commit
This commit is contained in:
15
src/components/FoOldal.jsx
Normal file
15
src/components/FoOldal.jsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import React from 'react'
|
||||
import FoMenu from './FoMenu'
|
||||
import { Outlet } from 'react-router-dom'
|
||||
|
||||
const FoOldal = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>"Járgány" Autószalon</h1>
|
||||
<FoMenu />
|
||||
<Outlet />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default FoOldal
|
||||
Reference in New Issue
Block a user