import type { FC } from "hono/jsx"; const CreateLinkSection: FC = () => { return (

Create New Link

); }; export default CreateLinkSection;