'first'
This commit is contained in:
11
src/components/index.ts
Normal file
11
src/components/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* This file serves as the directory for the component
|
||||
* The purpose is to uniformly manage external output components and facilitate classification.
|
||||
*/
|
||||
/**
|
||||
* layout component
|
||||
*/
|
||||
import { SelectLang } from './RightContent';
|
||||
import { AvatarDropdown, AvatarName } from './RightContent/AvatarDropdown';
|
||||
|
||||
export { AvatarDropdown, AvatarName, SelectLang };
|
||||
Reference in New Issue
Block a user