Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Bit-Barron committed Oct 23, 2024
1 parent 81855d2 commit 5ba6bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(main)/store/account/orders/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { useRouter } from "next/navigation";
import { SettingsSidebar } from "@/components/elements/settings/settingsidebar";
import { Order } from "@prisma/client";


export default function Seite() {
const { getOrderQuery, updateStatusMutation } = OrderHook();
const [orders, setOrders] = useState<Order[]>([]);
Expand Down

0 comments on commit 5ba6bda

Please sign in to comment.