13 lines
235 B
React
13 lines
235 B
React
import Loading from "../components/ui/Loading/loading.tsx";
|
|
|
|
|
|
export default {
|
|
title: 'UI/Loading',
|
|
component: Loading,
|
|
parameters: {
|
|
layout: 'centered',
|
|
},
|
|
tags: ['autodocs'],
|
|
};
|
|
|
|
export const Primary = {}; |