shared library hinzugefügt
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { AdminMessage } from "@repo/db";
|
||||
import { BaseNotification } from "_components/customToasts/BaseNotification";
|
||||
import { cn } from "_helpers/cn";
|
||||
import { cn } from "@repo/shared-components";
|
||||
import { TriangleAlert } from "lucide-react";
|
||||
import toast, { Toast } from "react-hot-toast";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { cn } from "_helpers/cn";
|
||||
import { cn } from "@repo/shared-components";
|
||||
|
||||
export const BaseNotification = ({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user