Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ARAVINDgm
/
fille-bot
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fille-bot
/
frontend
/
app
/
_layout.tsx
Aravind GM
first commit
4f7951a
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
99 Bytes
import
{
Stack
}
from
"expo-router"
;
export
default
function
RootLayout
(
) {
return
<
Stack
/>
;
}