stories/AppAlert.stories.js (
7
lines of code) (
raw
):
import AppAlert from "./AppAlert.svelte"; export default { title: "App Alert", }; export const Text = () => ({ Component: AppAlert, });