customElements.define(
    'view-2',
    component(() => {
        const [count, setCount] = useState(0);
        useEffect(() => {