mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-18 16:00:41 +00:00
feat(web): Unified frontend code style (#1923)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: 谨欣 <echo.cmy@antgroup.com> Co-authored-by: 严志勇 <yanzhiyong@tiansuixiansheng.com> Co-authored-by: yanzhiyong <932374019@qq.com>
This commit is contained in:
@@ -1,41 +1,41 @@
|
||||
import ColorfulChat from './colorful-chat';
|
||||
import ColorfulDashboard from './colorful-dashboard';
|
||||
import ColorfulData from './colorful-data';
|
||||
import ColorfulDB from './colorful-db';
|
||||
import ColorfulDoc from './colorful-doc';
|
||||
import ColorfulExcel from './colorful-excel';
|
||||
import ColorfulPlugin from './colorful-plugin';
|
||||
import ColorfulChat from './colorful-chat';
|
||||
import DarkSvg from './dark-svg';
|
||||
import DBSvg from './db-svg';
|
||||
import DoneIcon from './done-icon';
|
||||
import FileDone from './file-done';
|
||||
import FileError from './file-error';
|
||||
import FileSync from './file-sync';
|
||||
import Knowledge from './knowledge';
|
||||
import ModelSvg from './model-svg';
|
||||
import PendingIcon from './pending-icon';
|
||||
import StarsSvg from './stars-svg';
|
||||
import SunnySvg from './sunny-svg';
|
||||
import Knowledge from './knowledge';
|
||||
import FileDone from './file-done';
|
||||
import FileSync from './file-sync';
|
||||
import PendingIcon from './pending-icon';
|
||||
import SyncIcon from './sync-icon';
|
||||
import DoneIcon from './done-icon';
|
||||
import FileError from './file-error';
|
||||
|
||||
export {
|
||||
ColorfulChat,
|
||||
ColorfulDB,
|
||||
ColorfulDashboard,
|
||||
ColorfulData,
|
||||
ColorfulDB,
|
||||
ColorfulDoc,
|
||||
ColorfulExcel,
|
||||
ColorfulPlugin,
|
||||
ColorfulChat,
|
||||
DarkSvg,
|
||||
DBSvg,
|
||||
DarkSvg,
|
||||
DoneIcon,
|
||||
FileDone,
|
||||
FileError,
|
||||
FileSync,
|
||||
Knowledge,
|
||||
ModelSvg,
|
||||
PendingIcon,
|
||||
StarsSvg,
|
||||
SunnySvg,
|
||||
Knowledge,
|
||||
FileDone,
|
||||
FileSync,
|
||||
PendingIcon,
|
||||
SyncIcon,
|
||||
DoneIcon,
|
||||
FileError,
|
||||
};
|
||||
|
Reference in New Issue
Block a user