10 lines
192 B
JavaScript

import args from 'utils/url/args';
export default class App extends Component {
exportType = ''
componentDidMount() {
this.exportType = args.get('type', window.location.href);
}
}