Skip to content

Commit d10c6da

Browse files
author
Avinash
committed
removed debugger
1 parent bc37c78 commit d10c6da

File tree

1 file changed

+0
-1
lines changed
  • packages/docs/src/components

1 file changed

+0
-1
lines changed

packages/docs/src/components/page.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { Heading, Tagline } from './typography'
55
import { Head } from './head'
66

77
export const Page = ({ title, tagline, badges, ...props }) => {
8-
debugger
98
return (
109
<>
1110
<Head title={title} description={tagline} />

0 commit comments

Comments
 (0)