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 {usePrism} from '@theatre/react'
|
||||||
import type {Pointer} from '@theatre/dataverse'
|
import type {Pointer} from '@theatre/dataverse'
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import styled from 'styled-components'
|
|
||||||
import PrimitivePropRow from './PrimitivePropRow'
|
import PrimitivePropRow from './PrimitivePropRow'
|
||||||
import Row from './Row'
|
import Row from './Row'
|
||||||
|
|
||||||
|
@ -28,8 +27,6 @@ export const decideRowByPropType = (
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|
||||||
const Container = styled.div``
|
|
||||||
|
|
||||||
const PropWithChildrenRow: React.FC<{
|
const PropWithChildrenRow: React.FC<{
|
||||||
leaf: SequenceEditorTree_PropWithChildren
|
leaf: SequenceEditorTree_PropWithChildren
|
||||||
layoutP: Pointer<SequenceEditorPanelLayout>
|
layoutP: Pointer<SequenceEditorPanelLayout>
|
||||||
|
|
Loading…
Reference in a new issue