From dc5d7dd62092f06175a80d2ddc77f6ea6d5e494e Mon Sep 17 00:00:00 2001 From: siddheshmorewdi Date: Mon, 10 Jun 2024 17:19:04 +0530 Subject: [PATCH] updated --- src/Pages/Community/Community.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Pages/Community/Community.jsx b/src/Pages/Community/Community.jsx index 310490b..318cf3b 100644 --- a/src/Pages/Community/Community.jsx +++ b/src/Pages/Community/Community.jsx @@ -63,6 +63,7 @@ import Header from "../../Components/Header"; import { TABLE_PAGINATION } from "../../Constants/Paginations"; import ToastBox from "../../Components/ToastBox"; import TabularView from "../../Components/TabularView/TabularView"; +const API_URL = import.meta.env.VITE_API_BASE_URL; const Community = () => { // ====================================================[Hooks]===================================================================