mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-30 19:23:29 -05:00
Re-export Modals
This commit is contained in:
parent
81dda2ce33
commit
a2213d4feb
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ interface Modals {
|
||||||
}>;
|
}>;
|
||||||
}
|
}
|
||||||
|
|
||||||
const Modals: Modals = mapMangledModuleLazy(':"thin")', {
|
export const Modals: Modals = mapMangledModuleLazy(':"thin")', {
|
||||||
ModalRoot: filters.componentByCode('.MODAL,"aria-labelledby":'),
|
ModalRoot: filters.componentByCode('.MODAL,"aria-labelledby":'),
|
||||||
ModalHeader: filters.componentByCode(",id:"),
|
ModalHeader: filters.componentByCode(",id:"),
|
||||||
ModalContent: filters.componentByCode(".content,"),
|
ModalContent: filters.componentByCode(".content,"),
|
||||||
|
|
Loading…
Reference in a new issue