I'm not sure if this is the right place, but I've made an extension that adds a component (contact form) for Clark pages generator. It works well, but I'd like to add Turnstile for some protection. Is it possible to import and reuse the Turnstile component in my extension? Would adding the extension as a dependency and importing it work?
import Turnstile from '@blomstra-turnstile/forum/components/Turnstile';
Sorry if this is obvious, but I haven't dealt with reusing something from another extension before.
EDIT: I've managed to do it 🙂