mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Started to work in projects component
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import TypewriterWelcome from '@/components/Home/TypewriterWelcome.vue';
|
||||
import Projects from '@/components/Home/Projects.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<TypewriterWelcome />
|
||||
<Projects />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user