登录模块
This commit is contained in:
@ -7,7 +7,17 @@ import {
|
||||
FolderOutline,
|
||||
InfoOutline,
|
||||
LinkOutline,
|
||||
ProfileOutline
|
||||
ProfileOutline,
|
||||
MobileOutline
|
||||
} from '@ant-design/icons-angular/icons';
|
||||
|
||||
export const ICONS = [InfoOutline, BulbOutline, ProfileOutline, ExceptionOutline, LinkOutline, FolderOutline, FileZipOutline];
|
||||
export const ICONS = [
|
||||
InfoOutline,
|
||||
BulbOutline,
|
||||
ProfileOutline,
|
||||
ExceptionOutline,
|
||||
LinkOutline,
|
||||
FolderOutline,
|
||||
FileZipOutline,
|
||||
MobileOutline
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user