File size: 163 Bytes
b4297ca
 
fdaf912
b4297ca
fdaf912
b4297ca
 
fdaf912
b4297ca
fdaf912
1
2
3
4
5
6
7
8
9
10
11
"use client";

import ProfileSection from "@/app/components/profile-section";

export default function Query() {

    return (
        <ProfileSection />
    );
}