8 lines
146 B
JavaScript
Raw Permalink Normal View History

import Shepherd from '/node_modules/shepherd.js/dist/esm/shepherd.mjs';
try {
window.Shepherd = Shepherd;
} catch (e) {}
export { Shepherd };