khronoz's picture
Moved 'Header' & 'Main' component to layout
af5678c
raw
history blame
153 Bytes
"use client";
import SearchSection from "@/app/components/search-section";
export default function Search() {
return (
<SearchSection />
);
}