You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
filepizza/client/index.js

7 lines
202 B
JavaScript

import App from './App';
import React from 'react';
import Actions from './Actions';
if (window.WebDrop) Actions.setDownloadInfo(window.WebDrop);
React.render(<App />, document.getElementById('app'));