tangled
alpha
login
or
join now
indexx.dev
/
plc-bench
A quick vibe-coded site to test response times of PLC.directory mirrors (over 3 attempts)
1
fork
atom
overview
issues
pulls
pipelines
plc-bench
/
src
/
components
/
ui
/
use-toast.ts
at
1e5d6d5c2fb0a39cb8c2f4ddfe63dfaea55f59ee
82 B
view raw
1
import
{
useToast
,
toast
}
from
"@/hooks/use-toast"
;
2
3
export
{
useToast
,
toast
}
;