Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-tube
like
283
Running
App
Files
Files
Community
10
Fetching metadata from the HF Docker repository...
refs/pr/5
ai-tube
/
src
/
app
/
account
/
channel
/
page.tsx
jbilcke-hf
HF staff
renaming to avoid confusion
a3f1817
about 1 year ago
raw
Copy download link
history
blame
Safe
109 Bytes
import
{
Main
}
from
"../../main"
export
default
async
function
AccountChannelPage
(
) {
return
(
<
Main
/>
)
}