s
This commit is contained in:
parent
b54b87bda8
commit
d519b00284
@ -1,4 +1,4 @@
|
||||
import Users from "@/app/features/pages/Admin/Users/users";
|
||||
import Users from "@/app/features/pages/admin/users/users";
|
||||
|
||||
export default async function BackOfficeUsersPage() {
|
||||
const baseUrl =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { DashboardHomePage } from "../features/pages/dashboardHomePage/DashboardHomePage";
|
||||
import { DashboardHomePage } from "../features/pages/dashboardHomePage/dashboardHomePage";
|
||||
|
||||
const DashboardPage = () => {
|
||||
return <DashboardHomePage />;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
import TransactionsTable from "@/app/features/pages/transactions/TransactionsTable";
|
||||
import TransactionsTable from "@/app/features/pages/transactions/transactionsTable";
|
||||
import { getTransactions } from "@/app/services/transactions";
|
||||
|
||||
export default async function DepositTransactionPage({
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import TransactionsTable from "@/app/features/pages/transactions/TransactionsTable";
|
||||
import TransactionsTable from "@/app/features/pages/transactions/transactionsTable";
|
||||
import { getTransactions } from "@/app/services/transactions";
|
||||
|
||||
export default async function DepositTransactionPage({
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import TransactionsTable from "@/app/features/pages/transactions/TransactionsTable";
|
||||
import TransactionsTable from "@/app/features/pages/transactions/transactionsTable";
|
||||
import { getTransactions } from "@/app/services/transactions";
|
||||
|
||||
export default async function WithdrawalTransactionPage({
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { DashboardHomePage } from "./features/pages/dashboardHomePage/DashboardHomePage";
|
||||
import { DashboardHomePage } from "./features/pages/dashboardHomePage/dashboardHomePage";
|
||||
|
||||
const DashboardPage = () => {
|
||||
return <DashboardHomePage />;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user