Skip to content
Snippets Groups Projects

Testing

Merged Yusuf Akgül requested to merge testing into main
4 files
+ 10526
10644
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -18,7 +18,7 @@ export const Gweets = () => {
} = useGweets({})
if (isLoading) {
return <LoadingItem />
return <LoadingItem /> // TODO make skeleton
}
if (isError) {
Loading