jiti-meet/react/features/google-api/index.js

9 lines
169 B
JavaScript

// @flow
export * from './actions';
export * from './components';
export * from './constants';
export { default as googleApi } from './googleApi';
import './reducer';