aboutsummaryrefslogtreecommitdiff
path: root/src/client/views
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-03-21 15:16:19 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-03-21 15:16:19 +0100
commitd30e28bfaa692764823841d4f7ce97be2e365c44 (patch)
treee08137968471a0b588041b5758d93b299bfffa84 /src/client/views
parentadc3852aa50fb091fefec8dbfafcfdcec46e72c3 (diff)
Use css-loader with modules
Diffstat (limited to 'src/client/views')
-rw-r--r--src/client/views/index.handlebars1
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>