Updated app & header grid layout

This commit is contained in:
2022-07-26 19:51:19 +02:00
parent 023b2cd86e
commit ae3b228cf5
8 changed files with 80 additions and 96 deletions

View File

@@ -11,7 +11,7 @@
<script>
import { mapActions, mapGetters } from "vuex";
import Movie from "./Movie";
import Movie from "./movie/Movie";
import Person from "./Person";
export default {