Redid the template for profile, regist and siginin to better use the
components we have made and to use update function definition. Changed the message system with SeasonedMessages. This means simpler interaction and less duplicate code now that the messagesystem is a separate component that both interface with.
This commit is contained in:
@@ -34,7 +34,6 @@ import Settings from '@/components/Settings.vue'
|
||||
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
||||
|
||||
import { getEmoji } from '@/api.js'
|
||||
// import CreatedLists from './CreatedLists.vue'
|
||||
|
||||
export default {
|
||||
components: { MoviesList, Settings, SeasonedButton },
|
||||
|
||||
Reference in New Issue
Block a user