diff --git a/src/views/Home.jsx b/src/views/Home.jsx index 1341a11..83b97a9 100644 --- a/src/views/Home.jsx +++ b/src/views/Home.jsx @@ -1,20 +1,20 @@ import './Home.css'; import { SingleList } from '../components'; -export function Home({ data, setListPath }) { +export function Home({ data, setListPath, path }) { return (

Hello from the home (/) page!

);