@dimaan/ui 0.0.20 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -756,7 +756,6 @@ function SidebarNavItem({
756
756
  }
757
757
  );
758
758
  }
759
- console.log("AppShell");
760
759
  function isGroup(entry) {
761
760
  return "items" in entry && Array.isArray(entry.items);
762
761
  }