import React from "react"; import { StorybookLink, Tip } from "vibe-storybook-components"; export const TipEditableHeading = () => ( Check out our{" "} EditableHeading {" "} component if you would like to allow users to edit the title text. );