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
503e4edd30e19cd85a1c8ec1c054e5d1ae64f4c0
82 B
view raw
1
import
{
useToast
,
toast
}
from
"@/hooks/use-toast"
;
2
3
export
{
useToast
,
toast
}
;