feat: change center-component to components

This commit is contained in:
2025-03-25 15:51:15 +08:00
parent ef50106e5c
commit 45443709af
34 changed files with 504 additions and 88 deletions

View File

@@ -1,3 +1,3 @@
@import 'tailwindcss';
@import '@kevisual/center-components/theme/wind-theme.css';
@import '@kevisual/components/theme/wind-theme.css';
@import './style.css';

View File

@@ -1,5 +1,5 @@
import { useMemo } from 'react';
import { CustomThemeProvider } from '@kevisual/center-components/theme/index.tsx';
import { CustomThemeProvider } from '@kevisual/components/theme/index.tsx';
import { ToastContainer } from 'react-toastify';
import { FileEditor } from './file-editor/FileEditor';