UNPKG

svelte-craftcms-headless-formie

Version:

Svelte Package for using Craft CMS with the Formie Plugin in headless configuration

5 lines (4 loc) 126 B
// Reexport your entry components here import Form from './components/form.svelte'; export { Form as FormieForm }; export {};