7 lines
183 B
JavaScript
7 lines
183 B
JavaScript
|
import { Foundation } from './foundation.core';
|
||
|
|
||
|
import { OffCanvas } from '../../foundation.offcanvas';
|
||
|
Foundation.plugin(OffCanvas, 'OffCanvas');
|
||
|
|
||
|
export { Foundation, OffCanvas };
|