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...
c1e4695
chat-nface
/
frontend
/
pages
/
_app.js
zack
fix: correct import path for ReactFlowEnv ๐
0f14d86
about 1 year ago
raw
Copy download link
history
blame
195 Bytes
import
'./css/index.css'
;
import
ReactEnviorment
from
'./components/ReactFlow/ReactFlowEnv'
export
default
function
App
(
) {
return
(
<>
<
ReactEnviorment
/>
</>
)
};