From: Greg Hurrell Date: Sun, 2 Aug 2015 03:40:37 +0000 (-0700) Subject: Down with require, long live import! X-Git-Url: https://git.wincent.com/hextrapolate.git/commitdiff_plain/b5d76fc2225343d7241d32051c1a67d421c48513 Down with require, long live import! --- diff --git a/src/App.js b/src/App.js index 81bef69..cfaa589 100644 --- a/src/App.js +++ b/src/App.js @@ -12,7 +12,7 @@ import type Value from './Field.react'; import Field from './Field.react'; import Label from './Label.react'; -require('./App.css'); +import './App.css'; export default class App extends React.Component { constructor(props) {