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