import React from "react"; import { StorybookLink, Tip } from "vibe-storybook-components"; export const TipHeading = () => ( Check out our{" "} Heading {" "} component for text headlines. ); export const TipLink = () => ( If you need to place a link outside of the textual flow, please use our{" "} Link {" "} component. );