git.wincent.com
/
hextrapolate.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b3b06
)
Down with require, long live import!
author
Greg Hurrell <greg@hurrell.net>
Sun, 2 Aug 2015 03:40:37 +0000
(20:40 -0700)
committer
Greg Hurrell <greg@hurrell.net>
Sun, 2 Aug 2015 03:40:37 +0000
(20:40 -0700)
src/App.js
patch
|
blob
|
history
diff --git
a/src/App.js
b/src/App.js
index 81bef695c3fbeebcebe4e2c3287741b7a15a4964..cfaa5898403da283218f75b9ce691ce8d7a67d83 100644
(file)
--- 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) {