khronoz's picture
V.0.3.0 (#28)
fdaf912 unverified
raw
history blame contribute delete
163 Bytes
"use client";
import ProfileSection from "@/app/components/profile-section";
export default function Query() {
return (
<ProfileSection />
);
}