From 6fd718a6e7be1499bc7cc29a074c7b20c6d49561 Mon Sep 17 00:00:00 2001 From: Cole Lawrence Date: Mon, 16 May 2022 14:06:19 -0400 Subject: [PATCH] refactor: Remove unused styled components in PropWithChildrenRow --- .../DopeSheet/Right/PropWithChildrenRow.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/PropWithChildrenRow.tsx b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/PropWithChildrenRow.tsx index 12e1d26..004af33 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/PropWithChildrenRow.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/PropWithChildrenRow.tsx @@ -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