I'm having an issue with my code where the logo is not displaying, even though it should be in the src -> pages -> images folder. I can't seem to figure out why this is happening.
import dress from "./images/dress.png";
const I1 = () => {
return (
<div class="text-center m-10 mx-96">
<img src={<dress />} alt="logo"/>
<div class="mt-10 mx-60">
<div class="flex flex-row gap-5">
<div>
<img ....