// Import components from their respective files
import CaptchaSwitcher from './components/CaptchaSwitcher.vue';

// Export the components for use in other parts of the application
export default CaptchaSwitcher;
