mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 05:01:25 +00:00
refactor: Add frontend code to DB-GPT (#912)
This commit is contained in:
31
web/components/icons/index.tsx
Normal file
31
web/components/icons/index.tsx
Normal file
@@ -0,0 +1,31 @@
|
||||
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 DarkSvg from './dark-svg';
|
||||
import DBSvg from './db-svg';
|
||||
import ModelSvg from './model-svg';
|
||||
import StarsSvg from './stars-svg';
|
||||
import SunnySvg from './sunny-svg';
|
||||
import Knowledge from './knowledge';
|
||||
import FileDone from './file-done';
|
||||
import FileSync from './file-sync';
|
||||
|
||||
export {
|
||||
ColorfulDashboard,
|
||||
ColorfulData,
|
||||
ColorfulDB,
|
||||
ColorfulDoc,
|
||||
ColorfulExcel,
|
||||
ColorfulPlugin,
|
||||
DarkSvg,
|
||||
DBSvg,
|
||||
ModelSvg,
|
||||
StarsSvg,
|
||||
SunnySvg,
|
||||
Knowledge,
|
||||
FileDone,
|
||||
FileSync,
|
||||
};
|
Reference in New Issue
Block a user