Fixing many errors and importing many new icons

This commit is contained in:
2021-07-03 11:20:17 +02:00
parent bd66616ef1
commit c99629dbcd
34 changed files with 9868 additions and 1041 deletions

View File

@@ -17,7 +17,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",
@@ -39,7 +39,3 @@ export default defineComponent({
}
})
</script>
<style scoped>
</style>