refactor: Remove unused styled components in PropWithChildrenRow

This commit is contained in:
Cole Lawrence 2022-05-16 14:06:19 -04:00
parent 79f2424a8a
commit 6fd718a6e7

View file

@ -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>