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,5 @@
import React, { useState } from "react";
import { Modal, Table, Checkbox, Space, Row, Col, message, Button } from "antd";
import { Table, Checkbox, Space, Row, Col, message, Button } from "antd";
import { ISpool } from "../spools/model";
import { FilteredQueryColumn, SortedColumn, SpoolIconColumn } from "../../components/column";
import { TableState } from "../../utils/saveload";