1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-22 08:14:18 +00:00

Specify "use client" in useCycleState

This commit is contained in:
Steffo 2023-08-08 17:52:34 +02:00
parent 04d76c2a70
commit 6383b8ff3d
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -1,3 +1,4 @@
"use client";
import {useCallback, useMemo, useState} from "react"