Merge pull request #44 from JsSucks/casing

Corrected casing hopefully fixes #38 (Update: it does.)
This commit is contained in:
Alexei Stukov 2018-01-24 06:43:37 +02:00 committed by GitHub
commit 31041f75dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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*/