import projectStyles from '../styles/project.module.css' // export function ProjectExample(props) { // return ( //
// {props.img_alt} //
{props.children}
//
// ) // } export default function Project(props) { return (

{props.name}

{props.children}
) }