Renamed seasonedAPI to api.js

This commit is contained in:
2019-06-04 22:34:05 +02:00
parent df33e2408a
commit 7f38f7f0cd
5 changed files with 15 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ import MoviesList from './MoviesList.vue'
import Settings from './Settings.vue'
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
import { getEmoji } from '@/seasonedAPI.js'
import { getEmoji } from '@/api.js'
// import CreatedLists from './CreatedLists.vue'
export default {