stories/AuthenticatedLink.stories.js (11 lines of code) (raw):

import AuthenticatedLink from "./AuthenticatedLink.svelte"; export default { title: "Authenticated Link", component: AuthenticatedLink, }; export const Text = { args: { href: "https://glam.telemetry.mozilla.org", title: "GLAM", }, };