Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
suvasism2/chessecon
openenv-community
/
chessecon
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chessecon
/
frontend
/
client
/
src
/
lib
/
trpc.ts
suvasis
code add
e4d7d50
3 days ago
raw
Copy download link
history
blame
contribute
delete
162 Bytes
import
{ createTRPCReact }
from
"@trpc/react-query"
;
import
type
{
AppRouter
}
from
"../../../server/routers"
;
export
const
trpc = createTRPCReact<
AppRouter
>();