/* Mock modules for development. This file is used to mock the modules that are not needed during development (unless they are used). It allows the development server to load faster by not loading the modules that are not needed. */ export const Turnstile = undefined; export const TurnstileProps = {}; export const useBaselimeRum = undefined; export const BaselimeRum = undefined;