Skip to content

Commit

Permalink
chore: fix Search import
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Dec 29, 2023
1 parent 9e7205a commit 694c4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/search/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Search from "@/components/search/search";
import Search from "@/components/search/Search";
import React from "react";

const SearchPage = () => {
Expand Down

0 comments on commit 694c4ac

Please sign in to comment.