Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mistral-hackaton-2026
/
hacker_radio
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hacker_radio
/
src
/
app
/
feed
/
page.tsx
ldidukh
Initial React upload
80be4da
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
190 Bytes
import
{
HNPostFeed
}
from
'@/components/HNPostFeed'
export
default
function
FeedPage
(
) {
return
(
<
div
className
=
"max-w-6xl mx-auto px-6 py-4"
>
<
HNPostFeed
/>
</
div
>
)
}