diff --git a/package-lock.json b/package-lock.json
index 81c272f..9a34c25 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -23,6 +23,7 @@
"vite-plugin-svgr": "^2.2.1"
},
"devDependencies": {
+ "@tailwindcss/line-clamp": "^0.4.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
@@ -845,6 +846,15 @@
"node": ">=6"
}
},
+ "node_modules/@tailwindcss/line-clamp": {
+ "version": "0.4.2",
+ "resolved": "https://registry.npmjs.org/@tailwindcss/line-clamp/-/line-clamp-0.4.2.tgz",
+ "integrity": "sha512-HFzAQuqYCjyy/SX9sLGB1lroPzmcnWv1FHkIpmypte10hptf4oPUfucryMKovZh2u0uiS9U5Ty3GghWfEJGwVw==",
+ "dev": true,
+ "peerDependencies": {
+ "tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
+ }
+ },
"node_modules/@types/hoist-non-react-statics": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
@@ -5694,6 +5704,13 @@
"defer-to-connect": "^1.0.1"
}
},
+ "@tailwindcss/line-clamp": {
+ "version": "0.4.2",
+ "resolved": "https://registry.npmjs.org/@tailwindcss/line-clamp/-/line-clamp-0.4.2.tgz",
+ "integrity": "sha512-HFzAQuqYCjyy/SX9sLGB1lroPzmcnWv1FHkIpmypte10hptf4oPUfucryMKovZh2u0uiS9U5Ty3GghWfEJGwVw==",
+ "dev": true,
+ "requires": {}
+ },
"@types/hoist-non-react-statics": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
diff --git a/package.json b/package.json
index fb47701..d9eb119 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
"vite-plugin-svgr": "^2.2.1"
},
"devDependencies": {
+ "@tailwindcss/line-clamp": "^0.4.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
diff --git a/src/App.jsx b/src/App.jsx
index cfbdad8..fb6c85e 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -35,6 +35,8 @@ import Notice from './pages/Notice'
import Faq from './pages/Faq'
import CategoryFashion from './components/Category'
import MainCategory from './pages/Category/MainCategory'
+import AfterSearch from './pages/Search/AfterSearch'
+import BeforeSearch from './pages/Search/BeforeSearch'
function App() {
const location = useLocation()
@@ -78,7 +80,8 @@ function App() {