committed by
GitHub
3 changed files with 16 additions and 4 deletions
@ -0,0 +1,12 @@ |
|||||
|
/** |
||||
|
* 这个文件作为组件的目录 |
||||
|
* 目的是统一管理对外输出的组件,方便分类 |
||||
|
*/ |
||||
|
/** |
||||
|
* 布局组件 |
||||
|
*/ |
||||
|
import Footer from './Footer'; |
||||
|
import { Question, SelectLang } from './RightContent'; |
||||
|
import { AvatarDropdown, AvatarName } from './RightContent/AvatarDropdown'; |
||||
|
|
||||
|
export { Footer, Question, SelectLang, AvatarDropdown, AvatarName }; |
||||
Loading…
Reference in new issue