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...
9bcd0c7
chat-nface
/
frontend
/
pages
/
_app.js
zack
feat: add new pages directory and _app.js file structure ๐๏ธ
aef915f
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
/>
</>
)
};