Files
MermsPanelReactJS/src/component/home/Home.jsx
T
victorAnumudu 4b63384092 auth layout fix
2024-12-06 09:08:54 +01:00

11 lines
158 B
React

import React from 'react'
import HomeSections from "./HomeSections";
export default function Home() {
return (
<>
<HomeSections />
</>
)
}