Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
iasandcb committed Oct 23, 2024
1 parent 327630b commit 8700422
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/search/page.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Head from 'next/head';
import ProductList from '@/components/ProductList';
import SearchForm from '@/components/SearchForm';
import axios from '@/lib/axios';
Expand All @@ -11,9 +10,6 @@ export default async function Search({ searchParams }) {
const products = res.data.results ?? [];
return (
<>
<Head>
<title>{q} 검색 결과 - Codeitmall</title>
</Head>
<SearchForm initialValue={q} />
<h2 className={styles.title}>
<span className={styles.keyword}>{q}</span> 검색 결과
Expand Down

0 comments on commit 8700422

Please sign in to comment.