Skip to content

Commit

Permalink
material 関連のimportとlink追加
Browse files Browse the repository at this point in the history
  • Loading branch information
jun68ykt committed Aug 11, 2019
1 parent 1e72884 commit c4221b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Q205429</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
@@ -1,5 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import 'react-mdl/extra/material';
import 'react-mdl/extra/material.css';
import App from './App';

ReactDOM.render(<App />, document.getElementById('root'));

0 comments on commit c4221b1

Please sign in to comment.