mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
removing normalize from require in container/app to a link tag in static html
This commit is contained in:
parent
f7adaa1cfe
commit
45cf172de1
@ -30,9 +30,6 @@ const {
|
||||
injectGlobal
|
||||
} = Styled;
|
||||
|
||||
// Include normalize.css
|
||||
require('@ui/vendor/normalize.css');
|
||||
|
||||
const App = connect()(React.createClass({
|
||||
displayName: 'App',
|
||||
propTypes: {
|
||||
|
@ -2,6 +2,7 @@
|
||||
<html lang='en-US'>
|
||||
<head>
|
||||
<title>Joyent Frontend</title>
|
||||
<link rel="stylesheet" href="../../ui/src/vendor/normalize.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id='root'></div>
|
||||
|
Loading…
Reference in New Issue
Block a user