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