Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ProTema
/
first-start
like
0
Summarization
BERTopic
fka/awesome-chatgpt-prompts
Russian
English
License:
mit
Model card
Files
Files and versions
Community
1
Deploy
Use this model
main
first-start
/
src
/
pages
/
MainPage
/
ui
/
MainPage.async.tsx
Артем Леванов
first commit
41a71fd
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
import
{ lazy }
from
'react'
;
export
const
MainPageAsync
=
lazy
(
() =>
import
(
'./MainPage'
));