import React from "react"; import { StorybookLink, Tip } from "vibe-storybook-components"; export const TipWhenToUse = () => ( Alert banners should be reserved only for high-signal, system-level alert messages. For in-app notifications use a{" "} Toast. );