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