1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Fixed basic styles for basic mode.

This commit is contained in:
Gunther Brunner 2014-05-27 19:43:03 +09:00
parent 356465bdd3
commit 30cf21f778
3 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,5 @@
require('./basic-mode.css')
module.exports = angular.module('stf.basic-mode', [
])