Add a minimal payment mock server for end-to-end testing

This commit is contained in:
Marshal
2026-08-01 18:59:14 +00:00
parent 8ccb0e1558
commit 21fdf144ca
8 changed files with 420 additions and 105 deletions

View File

@@ -1,7 +1,5 @@
import { Group, Tabs } from "@mantine/core";
import { useMutation, useQuery } from "@tanstack/react-query";
import { Clock, CreditCard, FileText, LayoutGrid, Truck } from "lucide-react";
import { useState } from "react";
import { useNavigate } from "react-router-dom";
import { useFileViewer } from "@/hooks/useFileViewer";