export default function Watch() {
  return (
    <h1>Hello world</h1>
  );
}