mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
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)
This commit is contained in:
parent
e002575eae
commit
8fe05fdff3
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue