Files
test-alert/src/components/index.ts
2026-04-07 14:23:09 +08:00

12 lines
360 B
TypeScript

/**
* 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 };