6 lines
100 B
Vue
6 lines
100 B
Vue
<template>
|
|
<div>
|
|
<h1>This will be the profile page! HORRAY!</h1>
|
|
</div>
|
|
</template>
|