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

Move useKebabStates to (utils)

This commit is contained in:
Steffo 2023-08-08 17:54:23 +02:00
parent 4d10dfefb4
commit a809c42ad0
Signed by: steffo
GPG key ID: 2A24051445686895
3 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
"use client";
import {useClientTranslation} from "@/app/(i18n)/client"
import {useLowerKebabState} from "@/app/[lang]/useKebabState"
import {useLowerKebabState} from "@/app/(utils)/useKebabState"
import {faGlobe} from "@fortawesome/free-solid-svg-icons"
import cn from "classnames"
import {useRouter} from "next/navigation"

View file

@ -1,7 +1,7 @@
"use client";
import {useClientTranslation} from "@/app/(i18n)/client"
import {useLowerKebabState} from "@/app/[lang]/useKebabState"
import {useLowerKebabState} from "@/app/(utils)/useKebabState"
import {faKey} from "@fortawesome/free-solid-svg-icons"
import cn from "classnames"
import {useRouter} from "next/navigation"