import { Link } from "react-router-dom" import "./Layout.css" export const Layout = ({ children }) => { return (