Consistent naming

This commit is contained in:
dragongoose
2023-09-25 16:50:31 -04:00
parent 0ecc6ebf72
commit 8f18aed5c7
4 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import ErrorMessage from '@/components/ErrorMessage.vue'
import FollowButton from '@/components/FollowButton.vue'
import LoadingScreen from '@/components/LoadingScreen.vue'
import AboutTab from '@/components/user/AboutTab.vue'
import ShareModal from '@/components/popups/ShareButtonPopup.vue'
import ShareModal from '@/components/popups/ShareButtonModal.vue'
import type { Video } from '@/types'
import { truncate, abbreviate, getEndpoint } from '@/mixins'