summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pages/searchkey/[slug].jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/searchkey/[slug].jsx b/src/pages/searchkey/[slug].jsx
index 82179b7d..b0fc9ab8 100644
--- a/src/pages/searchkey/[slug].jsx
+++ b/src/pages/searchkey/[slug].jsx
@@ -15,7 +15,7 @@ const ProductSearch = dynamic(() =>
import('@/lib/product/components/ProductSearch')
);
-export default function FindPage() {
+export default function KeywordPage() {
const route = useRouter();
const [result, setResult] = useState(null);