mirror of https://github.com/jitsi/jitsi-meet
parent
f12317dc59
commit
10e951c17c
@ -0,0 +1,3 @@ |
||||
// @flow
|
||||
|
||||
export * from './native'; |
@ -0,0 +1,3 @@ |
||||
// @flow
|
||||
|
||||
export * from './web'; |
@ -1,2 +1,4 @@ |
||||
// @flow
|
||||
|
||||
export { default as Notification } from './Notification'; |
||||
export { default as NotificationsContainer } from './NotificationsContainer'; |
@ -0,0 +1,4 @@ |
||||
// @flow
|
||||
|
||||
export { default as Notification } from './Notification'; |
||||
export { default as NotificationsContainer } from './NotificationsContainer'; |
Loading…
Reference in new issue