diff --git a/src/components//index.module.less b/index.module.less index ba8c1db..ba8c1db 100644 --- a/src/components//index.module.less +++ b/index.module.less diff --git a/src/components//index.tsx b/index.tsx index 41d3d37..f5d8d37 100644 --- a/src/components//index.tsx +++ b/index.tsx @@ -2,9 +2,9 @@ import React from "react"; import clsx from "clsx"; import st from "./index.module.less"; -export interface BaseProps {} +export interface Props {} -export default function ({}: BaseProps) { +export default function ({}: Props) { const className = clsx(st['']); return (); diff --git a/stories/.stories.ts b/stories/index.stories.ts index 01c4dcd..926433b 100644 --- a/stories/.stories.ts +++ b/stories/index.stories.ts @@ -1,6 +1,6 @@ import type { Meta, StoryObj } from "@storybook/react"; // import { userEvent, within, fn } from '@storybook/test'; -import from '../src/components/'; +import from '../index'; const meta: Meta> = { title: "H5-Common/Componet/",