Home Reference Source Repository

src/components/page/index.js

/**
 * @author haw
 */

import '../base';
import './style';

export Page from './Page';
export Scene from './Scene';