first commit
This commit is contained in:
13
src/components/Notification/icons/index.ts
Normal file
13
src/components/Notification/icons/index.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import ErrorIcon from "./ErrorIcon.vue";
|
||||
import WarningIcon from "./WarningIcon.vue";
|
||||
import InfoIcon from "./InfoIcon.vue";
|
||||
import SuccessIcon from "./SuccessIcon.vue";
|
||||
import CloseIcon from "./CloseIcon.vue";
|
||||
|
||||
export {
|
||||
ErrorIcon,
|
||||
WarningIcon,
|
||||
InfoIcon,
|
||||
SuccessIcon,
|
||||
CloseIcon
|
||||
}
|
Reference in New Issue
Block a user