diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-03-21 15:16:19 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-03-21 15:16:19 +0100 |
commit | d30e28bfaa692764823841d4f7ce97be2e365c44 (patch) | |
tree | e08137968471a0b588041b5758d93b299bfffa84 /src/client/views/index.handlebars | |
parent | adc3852aa50fb091fefec8dbfafcfdcec46e72c3 (diff) |
Use css-loader with modules
Diffstat (limited to 'src/client/views/index.handlebars')
-rw-r--r-- | src/client/views/index.handlebars | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/index.handlebars b/src/client/views/index.handlebars index be6a075..5105439 100644 --- a/src/client/views/index.handlebars +++ b/src/client/views/index.handlebars @@ -24,7 +24,6 @@ <title>Metis Rooster</title> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css"> - <link rel="stylesheet" href="/bundle.css"> </head> <body> <div id="root"></div> |