khronoz's picture
V.0.1.0 (#3)
caae15f unverified
raw
history blame
153 Bytes
"use client";
import SearchSection from "@/app/components/search-section";
export default function Search() {
return (
<SearchSection />
);
}