Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zelyanoth
/
stock
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
stock
/
src
/
components
/
ui
/
use-toast.ts
Zelyanoth
Upload 101 files
24d40b9
verified
27 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
Wrap lines
85 Bytes
import
{ useToast, toast }
from
"@/hooks/use-toast"
;
export
{ useToast, toast };