Enable linting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2019-05-05 12:18:46 +02:00
parent f344cdb3f8
commit 174e0d9af2
11 changed files with 866 additions and 242 deletions

View file

@ -13,8 +13,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import {Layout} from "./layout";
import {Theme} from "./theme";
import {Layout} from './layout';
import {Theme} from './theme';
export class Globals {
private static layouts: Layout[] = [];