Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iib0011 committed Jun 23, 2024
1 parent 8649b47 commit dd18f83
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 22 deletions.
22 changes: 14 additions & 8 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ OmniTools includes a variety of tools, such as:

- JSON, XML tools, etc.

## Installation

### Contribute
## Contribute

### Project setup

Expand Down
14 changes: 3 additions & 11 deletions src/pages/string/join/index.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import {
Box,
Checkbox,
FormControlLabel,
Grid,
Stack,
TextField,
Typography
} from '@mui/material';
import React, { useContext, useEffect, useRef, useState } from 'react';
import { Formik, FormikProps, useFormikContext } from 'formik';
import { Box, Grid, Stack, Typography } from '@mui/material';
import React, { useContext, useEffect, useState } from 'react';
import { Formik, useFormikContext } from 'formik';
import * as Yup from 'yup';
import ToolTextInput from '../../../components/input/ToolTextInput';
import ToolTextResult from '../../../components/result/ToolTextResult';
Expand Down

0 comments on commit dd18f83

Please sign in to comment.