Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matthoffner
/
open-codetree
like
9
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4241e26
open-codetree
/
pages
/
index.tsx
matt HOFFNER
remove header for more screen real estate
8eb7b1d
over 1 year ago
raw
Copy download link
history
blame
Safe
179 Bytes
import
React
from
"react"
;
import
Playground
from
"../components/Playground"
;
const
Index
= (
) => {
return
(
<>
<
Playground
/>
</>
);
};
export
default
Index
;