12 lines
159 B
Vue
12 lines
159 B
Vue
<template>
|
|
<div>
|
|
<Header />
|
|
<Intro />
|
|
<Skills />
|
|
<Customers />
|
|
<Services />
|
|
<Footer />
|
|
</div>
|
|
</template>
|
|
|
|
<script setup></script>
|