Working hard

This commit is contained in:
2021-06-01 22:24:32 +02:00
parent 85eb45f9a6
commit a2058d50d6
41 changed files with 125 additions and 78 deletions

View File

@@ -19,7 +19,7 @@
<script lang="ts">
import {defineComponent, useAsync, useContext} from "@nuxtjs/composition-api";
import {Formation} from "../../@types/types";
import {Formation} from "../../types/types";
export default defineComponent({
name: "FormationsHome",