🔧 Configure path alias for cleaner imports (#1497)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client"
|
||||
|
||||
import { toaster } from "../components/ui/toaster"
|
||||
import { toaster } from "@/components/ui/toaster"
|
||||
|
||||
const useCustomToast = () => {
|
||||
const showSuccessToast = (description: string) => {
|
||||
|
||||
Reference in New Issue
Block a user