Skip to content

Commit

Permalink
corrected caps
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-ev committed May 25, 2018
1 parent e010fe9 commit b540a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/src/vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ import Publications from './Publications.vue';
import Publication from './components/Publication.vue';
import EditMedia from './components/modals/EditMedia.vue';
import Resizer from './components/splitpane/resizer.vue'
import Pane from './components/splitpane/pane.vue'
import Resizer from './components/splitpane/Resizer.vue'
import Pane from './components/splitpane/Pane.vue'
export default {
name: 'app',
Expand Down

0 comments on commit b540a53

Please sign in to comment.