mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
7 lines
146 B
CoffeeScript
7 lines
146 B
CoffeeScript
|
# All Inbox Globals go here.
|
||
|
|
||
|
module.exports =
|
||
|
# Models
|
||
|
Menu: require '../src/components/menu'
|
||
|
Popover: require '../src/components/popover'
|