mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
7 lines
69 B
Vue
7 lines
69 B
Vue
<template>
|
|
<div>
|
|
<NavBar />
|
|
<About />
|
|
</div>
|
|
</template>
|