chore: format code

This commit is contained in:
Peng Xiao
2022-12-16 12:30:06 +08:00
committed by Tienson Qin
parent 8ac7d565b1
commit 37f20772a1
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ export function ToggleGroupInput({ options, value, onValueChange }: ToggleGroupI
{options.map(option => {
return (
<Tooltip content={option.tooltip} key={option.value}>
<div className='inline-block'>
<div className="inline-block">
<ToggleGroup.Item
className="tl-toggle-group-input-button"
value={option.value}

View File

@@ -9,4 +9,4 @@ export * from './TLLineShape'
export * from './TLPolygonShape'
export * from './TLStarShape'
export * from './TLTextShape'
export * from './TLGroupShape'
export * from './TLGroupShape'