mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 07:42:43 +00:00
fix: build
This commit is contained in:
parent
3f5cf590b7
commit
69f1431d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue