UNPKG

146 BPlain TextView Raw
1import Container from './Container';
2
3export default Container;
4
5export * from './Container';
6export { default as Container } from './Container';