This commit is contained in:
kPherox 2019-04-27 03:23:51 +09:00
parent 37da98b19a
commit 6c2a98e139
No known key found for this signature in database
GPG Key ID: C04751C2BFA2F62D

View File

@ -22,7 +22,7 @@
import { Component, Vue } from 'vue-property-decorator'
import Login from './Preference/AccountManager.vue'
import Timeline from './Timeliine/Timeline.vue'
import Timeline from './Timeline/Timeline.vue'
import PublicTimeline from './AddColumn/PublicTimeline.vue'
type Status = 'welcome' | 'login' | 'public_timeline' | 'timeline'