7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
|
import { Foundation } from './foundation.core';
|
||
|
|
||
|
import { Abide } from '../../foundation.abide';
|
||
|
Foundation.plugin(Abide, 'Abide');
|
||
|
|
||
|
export { Foundation, Abide };
|