mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 01:19:24 +00:00
cleanups
This commit is contained in:
parent
99bc3a1ebf
commit
b06ae41a49
@ -1,6 +1,5 @@
|
||||
import React from "react";
|
||||
import { Button, Stack, Text, Divider } from "@mantine/core";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { BookletImpositionParameters } from "../../../hooks/tools/bookletImposition/useBookletImpositionParameters";
|
||||
|
||||
interface BookletImpositionSettingsProps {
|
||||
@ -10,7 +9,6 @@ interface BookletImpositionSettingsProps {
|
||||
}
|
||||
|
||||
const BookletImpositionSettings = ({ parameters, onParameterChange, disabled = false }: BookletImpositionSettingsProps) => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
<Stack gap="md">
|
||||
|
@ -1,5 +1,4 @@
|
||||
import { Stack, Button, Text } from "@mantine/core";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { Stack, Button } from "@mantine/core";
|
||||
import { ManageSignaturesParameters } from "../../../hooks/tools/manageSignatures/useManageSignaturesParameters";
|
||||
|
||||
interface CertificateFormatSettingsProps {
|
||||
@ -9,7 +8,6 @@ interface CertificateFormatSettingsProps {
|
||||
}
|
||||
|
||||
const CertificateFormatSettings = ({ parameters, onParameterChange, disabled = false }: CertificateFormatSettingsProps) => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
<Stack gap="md">
|
||||
|
Loading…
x
Reference in New Issue
Block a user