9 lines
136 B
Vue
9 lines
136 B
Vue
<template>
|
|
<main>
|
|
<Projects />
|
|
</main>
|
|
</template>
|
|
|
|
<script setup>
|
|
import Projects from "../components/Projects.vue";
|
|
</script>
|