Procházet zdrojové kódy

feat(dialog): add missing export for actionTypes

The full-screen module uses the HIDE_DIALOG action to re-engage the full-screen
mode.
master
Saúl Ibarra Corretgé před 8 roky
rodič
revize
7361151203
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      react/features/base/dialog/index.js

+ 1
- 0
react/features/base/dialog/index.js Zobrazit soubor

1
 export * from './actions';
1
 export * from './actions';
2
+export * from './actionTypes';
2
 export * from './components';
3
 export * from './components';
3
 
4
 
4
 import './reducer';
5
 import './reducer';

Načítá se…
Zrušit
Uložit