Correct path to components.css

Fix failure to find components.css which was introduced in e1919c5
(https://github.com/vector-im/vector-web/pull/2513)
pull/2516/head
Richard van der Hoff 2016-10-26 15:02:34 +01:00
parent e002575eae
commit 8fe05fdff3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ require('babel-polyfill');
// CSS requires: just putting them here for now as CSS is going to be
// refactored "soon" anyway
require('../build/components.css');
require('../../build/components.css');
require('gemini-scrollbar/gemini-scrollbar.css');
require('gfm.css/gfm.css');
require('highlight.js/styles/github.css');