7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
|
import { Foundation } from './foundation.core';
|
||
|
import { Box } from '../../foundation.util.box';
|
||
|
|
||
|
Foundation.Box = Box;
|
||
|
|
||
|
export { Foundation, Box };
|