fix:drone
This commit is contained in:
parent
4b6966a10c
commit
bba88fd11e
|
|
@ -8,8 +8,5 @@ export default function DinamicSatkerLayout({
|
||||||
}: {
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}) {
|
}) {
|
||||||
// const pathname = usePathname();
|
|
||||||
// console.log(pathname)
|
|
||||||
|
|
||||||
return <SatkerLayout>{children}</SatkerLayout>;
|
return <SatkerLayout>{children}</SatkerLayout>;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue