diff --git a/src/stories/Loading.stories.tsx b/src/stories/Loading.stories.tsx new file mode 100644 index 0000000..c2bc6aa --- /dev/null +++ b/src/stories/Loading.stories.tsx @@ -0,0 +1,14 @@ +import Loading from "../components/ui/Loading/Loading" + + +export default { + title: "UI/Loading", + component: Loading, + parameters: { + layout: "centered", + }, + tags: ['autodocs'], + argTypes: {}, +} + +export const Default = {} \ No newline at end of file