fix: build

This commit is contained in:
Kinfe123 2024-06-21 17:27:38 +03:00
parent 3f5cf590b7
commit 69f1431d6a

View file

@ -3,7 +3,7 @@
// Inspired by react-hot-toast library
import * as React from "react";
import type { ToastActionElement, ToastProps } from "packages/ui/src/toast";
import type { ToastActionElement, ToastProps } from "./toast"
const TOAST_LIMIT = 1;
const TOAST_REMOVE_DELAY = 1000000;