/** * Two clocks */ import React from "react"; import Clock from "./Clock.js"; export default function Clocks() { return (
); }