update file structure
This commit is contained in:
@@ -2,9 +2,9 @@ import { useEffect, useState } from 'react';
|
||||
import './global.less';
|
||||
import './index.less';
|
||||
import Head from '../components/公共组件/顶部公司名称';
|
||||
import LeftBar from '../components/LeftBar';
|
||||
import BottomBar from '../components/BottomBar';
|
||||
import RightBar from '../components/RightBar';
|
||||
import LeftBar from '../components/模块组件/总览/LeftSide';
|
||||
import BottomBar from '../components/模块组件/总览/Bottom';
|
||||
import RightBar from '../components/模块组件/总览/RightSide';
|
||||
import CenterTopData from '../components/CenterTopData';
|
||||
import Slider from '../components/Slider';
|
||||
import { SocketContextProvider } from '../store/socket-data-provider';
|
||||
|
||||
Reference in New Issue
Block a user