UNPKG

@onereach/webform

Version:

Content Builder includes several views for: - Content builder view itself; - Web Form view; - Slack block-kit builder;

10 lines (7 loc) 143 B
import HTTP from './http-common'; const ConfigService = { fetch ({ url }) { return HTTP.get(url); } }; export default ConfigService;