mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 08:14:18 +00:00
Move useKebabState
s to (utils)
This commit is contained in:
parent
4d10dfefb4
commit
a809c42ad0
3 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue