import Card from 'src/views/components/common/Card/Card'; import type { Meta, StoryObj } from '@storybook/react'; import React from 'react'; // More on how to set up stories at: https://storybook.js.org/docs/writing-stories#default-export const meta = { title: 'Components/Common/Card', component: Card, parameters: { // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/configure/story-layout layout: 'centered', }, args: { children: