Experimental port to Firebase hosting
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
require('./autoIndex.css');
|
||||
// import './autoIndex.css';
|
||||
|
||||
const React = require('react');
|
||||
const ReactDOM = require('react-dom');
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
|
||||
const App = require('./autoIndex/App');
|
||||
import App from './autoIndex/App';
|
||||
|
||||
const props = window.__DATA__ || {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user