import React from "react"; const IndexPage = () => { return (
Sky Veldt
); }; export default IndexPage;