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