Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli committed Sep 17, 2024
1 parent 518dc18 commit b77013e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export const DeclSnippet = ({ decl }: { decl: Decl }) => {
case 'typeAlias':
return <TypeAliasSnippet value={decl.value.value} />
}
return <div className='flex-1 py-2 px-4'>under construction: {decl.value.case}</div>
return <div>under construction: {decl.value.case}</div>
}

0 comments on commit b77013e

Please sign in to comment.