fix:drone

This commit is contained in:
Rama Priyanto 2026-02-25 21:55:38 +07:00
parent 4b6966a10c
commit bba88fd11e
1 changed files with 0 additions and 3 deletions

View File

@ -8,8 +8,5 @@ export default function DinamicSatkerLayout({
}: {
children: React.ReactNode;
}) {
// const pathname = usePathname();
// console.log(pathname)
return <SatkerLayout>{children}</SatkerLayout>;
}