7 lines
193 B
JavaScript
7 lines
193 B
JavaScript
|
import { Foundation } from './foundation.core';
|
||
|
|
||
|
import { Interchange } from '../../foundation.interchange';
|
||
|
Foundation.plugin(Interchange, 'Interchange');
|
||
|
|
||
|
export { Foundation, Interchange };
|