This commit is contained in:
2026-04-07 14:23:09 +08:00
commit 787a10ce5d
148 changed files with 45241 additions and 0 deletions

11
src/components/index.ts Normal file
View 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 };