biofriction-wp-theme/node_modules/foundation-sites/js/entries/plugins/foundation.reveal.js
2021-10-26 14:18:09 +02:00

7 lines
168 B
JavaScript

import { Foundation } from './foundation.core';
import { Reveal } from '../../foundation.reveal';
Foundation.plugin(Reveal, 'Reveal');
export { Foundation, Reveal };