Improving notifications mechanism

This commit is contained in:
Bruno Alves de Faria 2017-10-03 17:02:45 -03:00
parent 5c351365fe
commit 98242dfdc7
3 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,3 @@
import './notificationArea.html';
import './notificationArea.styl';
import './notification.styl';
import './notificationNote.html';
import './notificationNote.js';

View File

@ -1,3 +0,0 @@
<template name="notificationArea">
<div id="notificationArea" class="notification-area"></div>
</template>