This website requires JavaScript.
Explore
Help
Sign In
garrettmills
/
commafeed
Watch
1
Star
0
Fork
0
You've already forked commafeed
forked from
Archives/Athou_commafeed
Code
Pull Requests
Activity
Files
f7a944a78aa25916016922bc3712e444f449f047
commafeed
/
commafeed-client
/
src
/
components
/
DisablePullToRefresh.tsx
5 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
replace complex eslint config with biome
2024-06-13 21:54:14 +02:00
export
const
DisablePullToRefresh
=
(
)
=
>
{
use React 19 features to be able to remove unmaintained React Helmet
2025-02-07 19:58:14 +01:00
import
(
"./DisablePullToRefresh.css"
)
add @/ prefix for absolute imports
2025-06-27 16:29:31 +02:00
return
null
replace complex eslint config with biome
2024-06-13 21:54:14 +02:00
}
Copy Permalink