NAN
This commit is contained in:
@@ -1192,7 +1192,7 @@ const Dashbaord = () => {
|
||||
</Text>
|
||||
</Box>
|
||||
<BsArrowsAngleExpand
|
||||
onClick={() => navigate("/employees-transaction")}
|
||||
onClick={() => navigate("/dashboard/employees-transaction")}
|
||||
as={Button}
|
||||
color={"#6311CB"}
|
||||
size={18}
|
||||
|
||||
@@ -46,6 +46,7 @@ import ViewTicket from "../Pages/SupportAndTicket/ViewTicket";
|
||||
import Notification from "../Pages/Notification/Notification";
|
||||
import WalletRequest from "../Pages/OptiFiiExpense/WalletRequest"
|
||||
|
||||
|
||||
export const RouteLink = [
|
||||
{ path: "/", Component: Dashbaord },
|
||||
{ path: "/expenses", Component: Expenses },
|
||||
|
||||
Reference in New Issue
Block a user