Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZackBradshaw
/
chat-nface
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
afc4c05
chat-nface
/
frontend
/
src
/
App.js
zack
:sparkles: Update frontend configurations and components
aa0a829
about 1 year ago
raw
Copy download link
history
blame
Safe
169 Bytes
import
ReactEnviorment
from
'./components/ReactFlow/ReactFlowEnv'
export
default
function
App
(
) {
return
(
<>
<
ReactEnviorment
/>
</>
)
};