import React from "react"; import HfAuthChip from "./HfAuthChip"; const LandingTopBar: React.FC = () => { return (
LeLab LeLab
); }; export default LandingTopBar;