Create Loading component
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import Loading from "../components/ui/loading/loading.tsx";
|
||||
|
||||
|
||||
export default {
|
||||
title: 'UI/Loading',
|
||||
component: Loading,
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
},
|
||||
tags: ['autodocs'],
|
||||
};
|
||||
|
||||
export const Primary = {};
|
||||
Reference in New Issue
Block a user