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