Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matthoffner
/
edge-pdf-chat
like
2
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7484d72
edge-pdf-chat
/
src
/
app
/
page.tsx
matt HOFFNER
init
872630d
about 1 year ago
raw
Copy download link
history
blame
Safe
114 Bytes
import
Home
from
'./home'
const
ParentComponent
= (
) => {
return
<
Home
/>
;
};
export
default
ParentComponent
;