<template>
<div>
<h1>This is the watchList page !</h1>
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>