tangled
alpha
login
or
join now
danielmorrisey.com
/
altly
0
fork
atom
https://altly.madebydanny.uk
0
fork
atom
overview
issues
pulls
pipelines
altly
/
src
/
components
/
ui
/
use-toast.ts
at
main
3 lines
82 B
view raw
wrap content
gpt-engineer-app[bot]
[skip lovable] Use tech stack vite_react_shadcn_ts_20250728_minor
4mo ago
df169549
1
import
{
useToast
,
toast
}
from
"@/hooks/use-toast"
;
2
3
export
{
useToast
,
toast
}
;