mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 13:09:22 +00:00
Use consistent naming for hooks
This commit is contained in:
parent
e081094cdf
commit
b8175a459e
@ -3,7 +3,7 @@ import { Slot } from "@radix-ui/react-slot"
|
|||||||
import { VariantProps, cva } from "class-variance-authority"
|
import { VariantProps, cva } from "class-variance-authority"
|
||||||
import { PanelLeft } from "lucide-react"
|
import { PanelLeft } from "lucide-react"
|
||||||
|
|
||||||
import { useIsMobile } from "@/hooks/use-mobile"
|
import { useIsMobile } from "@/hooks/useIsMobile"
|
||||||
import { cn } from "@/lib/utils"
|
import { cn } from "@/lib/utils"
|
||||||
import { Button } from "@/components/ui/button"
|
import { Button } from "@/components/ui/button"
|
||||||
import { Input } from "@/components/ui/input"
|
import { Input } from "@/components/ui/input"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { useToast } from "@/hooks/use-toast"
|
import { useToast } from "@/hooks/useToast"
|
||||||
import {
|
import {
|
||||||
Toast,
|
Toast,
|
||||||
ToastClose,
|
ToastClose,
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
import { useToast, toast } from "@/hooks/use-toast";
|
|
||||||
|
|
||||||
export { useToast, toast };
|
|
Loading…
x
Reference in New Issue
Block a user