UNPKG

gittoken-landing-page

Version:

Landing Page for GitToken

8 lines (5 loc) 189 B
import { newsletterUri } from '../../app.config.js' import NewsletterActions from './NewsletterActions' module.exports = { newsletterActions: new NewsletterActions({ newsletterUri }) }