Merge pull request #44 from JsSucks/casing
Corrected casing hopefully fixes #38 (Update: it does.)
This commit is contained in:
commit
31041f75dd
|
@ -5,7 +5,7 @@
|
|||
/*Imports*/
|
||||
import { SettingsWrapper } from './';
|
||||
import PluginCard from './PluginCard.vue';
|
||||
import Refresh from 'vue-material-design-icons/Refresh.vue';
|
||||
import Refresh from 'vue-material-design-icons/refresh.vue';
|
||||
const components = { SettingsWrapper, PluginCard, Refresh };
|
||||
|
||||
/*Variables*/
|
||||
|
|
Loading…
Reference in New Issue