diff --git a/libs/registry/registry/button/button.tsx b/libs/registry/registry/components/b/button/button.tsx similarity index 100% rename from libs/registry/registry/button/button.tsx rename to libs/registry/registry/components/b/button/button.tsx diff --git a/libs/registry/registry/card/card.tsx b/libs/registry/registry/components/b/card/card.tsx similarity index 100% rename from libs/registry/registry/card/card.tsx rename to libs/registry/registry/components/b/card/card.tsx diff --git a/libs/registry/registry/i18n/index.tsx b/libs/registry/registry/components/b/i18n/index.tsx similarity index 100% rename from libs/registry/registry/i18n/index.tsx rename to libs/registry/registry/components/b/i18n/index.tsx diff --git a/libs/registry/registry/render/ReactRender.tsx b/libs/registry/registry/components/b/render/ReactRender.tsx similarity index 100% rename from libs/registry/registry/render/ReactRender.tsx rename to libs/registry/registry/components/b/render/ReactRender.tsx diff --git a/libs/registry/registry/tw/theme.css b/libs/registry/registry/styles/theme.css similarity index 100% rename from libs/registry/registry/tw/theme.css rename to libs/registry/registry/styles/theme.css diff --git a/libs/registry/src/modules/demo/ShowLogin.tsx b/libs/registry/src/modules/demo/ShowLogin.tsx index 1fbade9..ec4ead9 100644 --- a/libs/registry/src/modules/demo/ShowLogin.tsx +++ b/libs/registry/src/modules/demo/ShowLogin.tsx @@ -1,6 +1,6 @@ import { toastLogin } from '@/registry/modules/toast/ToastLogin'; import { ToastProvider } from '@/registry/modules/toast/Provider'; -import { Button } from '@/registry/button/button'; +import { Button } from '@/registry/components/b/button/button'; import { useTranslation } from 'react-i18next'; import '@/registry/astro/i18n'; // 初始化i18n