1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00

s/themes/skins/g as we are always describing the whole UI layout here, whereas themes can sometimes just be small cosmetic tweaks (light-on-dark, dark-on-light etc)

This commit is contained in:
Matthew Hodgson
2015-06-23 18:28:20 +01:00
parent 0c26206b88
commit aaa38d95ba
36 changed files with 25 additions and 25 deletions

View File

@ -16,4 +16,4 @@ limitations under the License.
'use strict';
module.exports.MatrixChat = require("../themes/base/views/pages/MatrixChat");
module.exports.MatrixChat = require("../skins/base/views/pages/MatrixChat");