import React from "react"; import {Body} from "../utils/fonts"; function LandingPage() { return ( Landing page ); } export default LandingPage;