2017-06-08_509bba0/509bba0_unpacked_with_node_modules/discord_app/components/guild_settings/GuildSettingsWebhooks.js
2022-07-26 10:06:20 -07:00

18 lines
428 B
JavaScript
Executable file

/* @flow */
import Flux from '../../lib/flux';
import GuildSettingsStore from '../../stores/GuildSettingsStore';
import SettingsWebhooks from '../common/SettingsWebhooks';
export default Flux.connectStores([GuildSettingsStore], () => {
const {guild} = GuildSettingsStore.getProps();
return {
guild,
};
})(SettingsWebhooks);
// WEBPACK FOOTER //
// ./discord_app/components/guild_settings/GuildSettingsWebhooks.js