Migrated to Fusebox

This commit is contained in:
NGPixel
2017-03-26 22:07:40 -04:00
parent d4e0b74975
commit 5189ec3835
21 changed files with 59663 additions and 217 deletions

View File

@@ -1,11 +1,12 @@
'use strict'
/* global Vue, _ */
import Vue from 'vue'
import _ from 'lodash'
/**
* Alerts
*/
class Alerts { // eslint-disable-line no-unused-vars
class Alerts {
/**
* Constructor
*
@@ -107,3 +108,5 @@ class Alerts { // eslint-disable-line no-unused-vars
}
}
}
export default Alerts