Generation

generate functionSun, 02 Apr 2023

import styles from '../styles/Navbar.module.css'; import Image from 'next/image'; export default function Navbar() { return ( <div className={styles.navbar}> <h1>Unesp</h1> <Image src="/../../public/images/logotipo.png" width="60" height="30" alt="unesp logo" /> </div> ); }

TypeScript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code