Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
therealwolf42 committed May 2, 2018
1 parent f465358 commit 96cd0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/Root.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import settings from './Root/settings'
import search from './Root/search'
import account from './Root/account'
import users from './Root/users'
import intro from './Intro/intro'
import intro from './intro/intro'
//import server from './Root/server'
import chat from './Root/chat'
import contextMenu from 'vue-context-menu'
Expand Down
6 changes: 3 additions & 3 deletions src/renderer/components/Root/chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</template>

<script>
import userHeader from '../Chat/user_header'
import chatHistory from '../Chat/chat_history'
import textEntry from '../Chat/text_entry'
import userHeader from '../chat/user_header'
import chatHistory from '../chat/chat_history'
import textEntry from '../chat/text_entry'
export default {
components: {
Expand Down

0 comments on commit 96cd0f8

Please sign in to comment.