Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pikilap
/
epa
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
epa
/
web
/
src
/
pages
/
Log
/
index.js
luowuyin
25:06:08 10:40:41 v0.8.1
d145f59
9 months ago
raw
Copy download link
history
blame
contribute
delete
163 Bytes
import
React
from
'react'
;
import
LogsTable
from
'../../components/table/LogsTable'
;
const
Token
= (
) => (
<>
<
LogsTable
/>
</>
);
export
default
Token
;