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
/
SomeTestPage
/
ui
/
SomeTestPage.async.tsx
Артем Леванов
first commit
41a71fd
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
import
{ lazy }
from
'react'
;
export
const
SomeTestPageAsync
=
lazy
(
() =>
import
(
'./SomeTestPage'
));