Co-authored-by: aminecmi <aminecmi@gmail.com>
Reviewed-on: https://gitea.amine-louveau.fr/AmineL/liste-de-courses-www/pulls/5
This commit is contained in:
Amine Louveau
2022-07-19 19:57:14 +00:00
parent 220f32257c
commit b124bc8c3a
4 changed files with 30 additions and 1 deletions

View File

@@ -38,7 +38,8 @@
</template>
<script>
import ListCreateUpdateModal from "../../../liste-de-courses-www/src/components/ListCreateUpdateModal";
import ListCreateUpdateModal from "@/components/ListCreateUpdateModal";
export default {
name: "Lists",
components: {ListCreateUpdateModal},