diff --git a/web/src/pages/ApiServices/index.tsx b/web/src/pages/ApiServices/index.tsx index f7e0e25..45b9383 100644 --- a/web/src/pages/ApiServices/index.tsx +++ b/web/src/pages/ApiServices/index.tsx @@ -1,4 +1,6 @@ +import { Button } from "@/components/ui/button"; import { useAdmin } from "@/store/admin"; +import { Plus } from "lucide-react"; import { useEffect, type FC } from "react"; import { Link } from "react-router"; @@ -48,19 +50,22 @@ const ApiServicesPage: FC = () => { return (
-
+

Search...

+
- {loading && ( -
-
- Loading... + + {loading && ( +
+
+ Loading... +
- - )} + )} -