Shorten homepage filew

This commit is contained in:
Ahmed Al-Taiar
2024-10-07 15:31:42 -04:00
parent 73ec75c167
commit 835d895fc0

View File

@@ -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" />
@@ -36,6 +35,5 @@ const HomePage = () => {
</div> </div>
</> </>
) )
}
export default HomePage export default HomePage