Spaces:
Build error
Build error
File size: 149 Bytes
caae15f |
1 2 3 4 5 6 7 8 9 10 11 |
"use client";
import QuerySection from "@/app/components/query-section";
export default function Query() {
return (
<QuerySection />
);
}
|