import React from "react"; import { StorybookLink, Tip } from "vibe-storybook-components"; export const TipAlertBanner = () => ( Need to inform the user about a system’s action? Use an{" "} AlertBanner {" "} instead. );