8 lines
127 B
JavaScript
Raw Normal View History

2025-03-05 20:28:54 -06:00
import Shepherd from 'shepherd.js/dist/js/shepherd';
try {
window.Shepherd = Shepherd;
} catch (e) {}
export { Shepherd };