import React from 'react'; import SearchBar from '../components/SearchBar'; import Card from '../components/Card'; const Projects = () => { return (
{}} />
^
^
^

Projects

{/* TODO: Create button component */}
); }; export default Projects;