import React from "react"; function EachBlog({ name, colorCode }) { return (
{name}
Content goes here
); } function Eisenhower() { return (

The Eisenhower Matrix

); } export default Eisenhower;