refactor: Remove unused styled components in PropWithChildrenRow
This commit is contained in:
parent
79f2424a8a
commit
6fd718a6e7
1 changed files with 0 additions and 3 deletions
|
@ -6,7 +6,6 @@ import type {
|
|||
import {usePrism} from '@theatre/react'
|
||||
import type {Pointer} from '@theatre/dataverse'
|
||||
import React from 'react'
|
||||
import styled from 'styled-components'
|
||||
import PrimitivePropRow from './PrimitivePropRow'
|
||||
import Row from './Row'
|
||||
|
||||
|
@ -28,8 +27,6 @@ export const decideRowByPropType = (
|
|||
/>
|
||||
)
|
||||
|
||||
const Container = styled.div``
|
||||
|
||||
const PropWithChildrenRow: React.FC<{
|
||||
leaf: SequenceEditorTree_PropWithChildren
|
||||
layoutP: Pointer<SequenceEditorPanelLayout>
|
||||
|
|
Loading…
Reference in a new issue