import { For } from 'solid-js'; import projects from '../../config/projects'; import ProjectCard from '../Project'; function Projects() { return ( <> Library o.type === 'library')}> {project => } Application o.type === 'application')}> {project => } These are just a few of my projects. Explore more on my Github > ); } export default Projects;
These are just a few of my projects. Explore more on my Github