Shorten homepage filew
This commit is contained in:
@@ -6,8 +6,7 @@ import { Metadata } from '@redwoodjs/web'
|
|||||||
|
|
||||||
import TitlesCell from 'src/components/Title/TitlesCell'
|
import TitlesCell from 'src/components/Title/TitlesCell'
|
||||||
|
|
||||||
const HomePage = () => {
|
const HomePage = () => (
|
||||||
return (
|
|
||||||
<>
|
<>
|
||||||
<Metadata title="Home" />
|
<Metadata title="Home" />
|
||||||
|
|
||||||
@@ -35,7 +34,6 @@ const HomePage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
|
||||||
|
|
||||||
export default HomePage
|
export default HomePage
|
||||||
|
|||||||
Reference in New Issue
Block a user