deleted comment

This commit is contained in:
jojopirker
2022-12-29 08:12:34 +01:00
parent 7725297eb2
commit 205ff7971c
@@ -8,7 +8,7 @@ export default {
},
};
const Template = (args) => <LoadingScreen {...args} />; //<><div>text</div><div className="max-w-500 mt-40 z-1000 h-full relative"></div></>;
const Template = (args) => <LoadingScreen {...args} />;
export const Default = Template.bind({});