Added waiting component and rendered the offerlist

This commit is contained in:
2023-07-05 12:53:19 +01:00
parent 4f9ca918c9
commit 4904f1d398
14 changed files with 776 additions and 367 deletions
+4
View File
@@ -0,0 +1,4 @@
import { handlePagingFunc } from "./HandlePagination";
import PaginatedList from "./PaginatedList";
export { handlePagingFunc, PaginatedList };