ilhamdev's picture
Upload folder using huggingface_hub
ece5841 verified
raw
history blame contribute delete
145 Bytes
import React from 'react'
import { Text } from '@mantine/core'
const Home = () => {
return (
<Text>Home</Text>
)
}
export default Home