diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 94b202b..b544877 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,12 +4,10 @@
-
+
-
-
-
+
@@ -136,7 +134,7 @@
-
+
@@ -394,7 +392,15 @@
1719154927957
-
+
+
+ 1719165093734
+
+
+
+ 1719165093734
+
+
@@ -415,7 +421,6 @@
-
@@ -440,7 +445,8 @@
-
+
+
diff --git a/Readme.md b/Readme.md
index 25dac0a..9d70d93 100644
--- a/Readme.md
+++ b/Readme.md
@@ -35,9 +35,7 @@ OmniTools includes a variety of tools, such as:
- JSON, XML tools, etc.
-## Installation
-
-### Contribute
+## Contribute
### Project setup
diff --git a/src/pages/string/join/index.tsx b/src/pages/string/join/index.tsx
index 2c4cff4..bb4792f 100644
--- a/src/pages/string/join/index.tsx
+++ b/src/pages/string/join/index.tsx
@@ -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';