import AddWeapon from "./Add.svelte"; export default { title: "add weapon", }; export const beam = () => ({ Component: AddWeapon, });