import React from "react"; import { Link } from "react-router-dom"; export default function LoginLayout({ slogan, children }) { return (
{children && children}
About Services Contact Us

© 2023 - {" "} WrenchBoard {" "}

); }