UNPKG

@crowdin/app-project-module

Version:

Module that generates for you all common endpoints for serving standalone Crowdin App

9 lines (8 loc) 261 B
/** * React JSX Views * Export all React SSR components for use in route handlers */ export { Head } from './layout/Head'; export { AboutPage } from './AboutPage'; export { FormPage } from './FormPage'; export { SubscriptionPage } from './SubscriptionPage';