mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-12 11:02:37 +05:30
Removed unecessary dependencies
This commit is contained in:
parent
b13ae88475
commit
52666b2780
1 changed files with 2 additions and 4 deletions
|
|
@ -1,14 +1,12 @@
|
|||
import React, { useState } from 'react';
|
||||
import { useState } from 'react';
|
||||
import ToolContent from '@components/ToolContent';
|
||||
import ToolTextInput from '@components/input/ToolTextInput';
|
||||
import ToolTextResult from '@components/result/ToolTextResult';
|
||||
import { convertJsonToXml } from './service';
|
||||
import { CardExampleType } from '@components/examples/ToolExamples';
|
||||
import { ToolComponentProps } from '@tools/defineTool';
|
||||
import { Box, Radio } from '@mui/material';
|
||||
import { Box } from '@mui/material';
|
||||
import CheckboxWithDesc from '@components/options/CheckboxWithDesc';
|
||||
import TextFieldWithDesc from '@components/options/TextFieldWithDesc';
|
||||
import RadioWithTextField from '@components/options/RadioWithTextField';
|
||||
import SimpleRadio from '@components/options/SimpleRadio';
|
||||
|
||||
type InitialValuesType = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue