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
/
User
/
index.js
luowuyin
25:06:08 10:40:41 v0.8.1
d145f59
9 months ago
raw
Copy download link
history
blame
contribute
delete
186 Bytes
import
React
from
'react'
;
import
UsersTable
from
'../../components/table/UsersTable'
;
const
User
= (
) => {
return
(
<>
<
UsersTable
/>
</>
);
};
export
default
User
;