fix:drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Rama Priyanto 2026-02-25 21:57:32 +07:00
parent bba88fd11e
commit ba6b9888c6
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>;
}