Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Ramakrushna
/
summryai
like
0
Model card
Files
Files and versions
Community
1
refs/pr/1
summryai
/
utils
/
uploadthing.ts
Ramakrushna
updated
6076169
verified
19 days ago
raw
Copy download link
history
blame
198 Bytes
import
type
{
OurFileRouter
}
from
"@/app/api/uploadthing/core"
;
import
{ generateReactHelpers }
from
"@uploadthing/react"
;
export
const
{ useUploadThing } = generateReactHelpers<
OurFileRouter
>();