Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
esraltintas committed Mar 30, 2023
1 parent a5ab076 commit c3e12cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/grid/src/components/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ function Container<E extends React.ElementType = 'div'>({
}: ContainerProps<E>) {
const Component = component ?? 'div';

debugger;

return React.createElement(
Component,
{
Expand Down

0 comments on commit c3e12cf

Please sign in to comment.