Added print page header and back functionality

This commit is contained in:
Donkie
2024-08-05 18:11:44 +02:00
parent 38ec685356
commit f8c518e808
7 changed files with 73 additions and 34 deletions

View File

@@ -1,5 +1,4 @@
import { Col, Form, InputNumber, QRCode, Row, Slider, Switch } from "antd";
import { useSavedState } from "../../utils/saveload";
import PrintingDialog from "./printingDialog";
import { useTranslate } from "@refinedev/core";
import { QRCodePrintSettings } from "./printing";