diff --git a/src/app/HomePage.js b/src/app/HomePage.js index 685495e..d7f75d3 100644 --- a/src/app/HomePage.js +++ b/src/app/HomePage.js @@ -17,6 +17,7 @@ import { useHistory, useLocation } from "react-router-dom"; import { useLazyQuery, useQuery } from "@apollo/client"; import { + Delay, ErrorMessage, Heading1, Heading2, @@ -299,28 +300,30 @@ function NewItemsSectionContent() { if (loading) { return ( - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + ); }