Everything else in the README works for setup, but I think one of these needs to be uncommented.
I tried rendering, the first one seems to be the old UI, and the second one has some issues with compilation because it's .jsx. Not sure if either of these are right or if we should use something else!
{/* <Route path="/" element={<Homepage />} /> */}
{/* <Route path="/home" element={<Homepage2 />} /> */}
Everything else in the README works for setup, but I think one of these needs to be uncommented.
I tried rendering, the first one seems to be the old UI, and the second one has some issues with compilation because it's .jsx. Not sure if either of these are right or if we should use something else!