UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

10 lines (8 loc) 390 B
// Re-export the Effect package // Note: We proxy the Effect package from @withstudiocms/effect to avoid circular dependencies, // when importing Effect utilities from different parts of the codebase and packages /* v8 ignore start */ export * from '@withstudiocms/effect'; // Export custom Effect utils Specific to StudioCMS export * from './utils/effects/index.js'; /* v8 ignore stop */