Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Oct 12, 2024
1 parent 721ea96 commit 38cccd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styles from './Playground.module.css'
export function Playground(props: PlaygroundProps) {
const params = usePlaygroundParams(props.disableIframeMode)

console.log('hi!')
console.log({ params })

return (
<iframe
Expand Down

0 comments on commit 38cccd8

Please sign in to comment.