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]===================================================================