diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f7812..ceb9212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Canary * Skip button for auto-post ads +* Image tab on the character profile view now loads up faster ## 1.8.0 diff --git a/chat/Chat.vue b/chat/Chat.vue index e11da21..b634625 100644 --- a/chat/Chat.vue +++ b/chat/Chat.vue @@ -1,4 +1,3 @@ -import {InlineDisplayMode} from '../interfaces';