7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
|
import { Foundation } from './foundation.core';
|
||
|
|
||
|
import { Magellan } from '../../foundation.magellan';
|
||
|
Foundation.plugin(Magellan, 'Magellan');
|
||
|
|
||
|
export { Foundation, Magellan };
|