Remove react complex tree

Reviewed By: lblasa

Differential Revision: D41875029

fbshipit-source-id: 2af58610fe0d0f644aa8450a4210fd52f8ed4db6
This commit is contained in:
Luke De Feo
2022-12-12 07:28:37 -08:00
committed by Facebook GitHub Bot
parent ed35623bef
commit 74247ee721
6 changed files with 2 additions and 318 deletions

View File

@@ -23,7 +23,6 @@ import {
Snapshot,
UINode,
} from './types';
import './node_modules/react-complex-tree/lib/style.css';
import {Draft} from 'immer';
type SnapshotInfo = {nodeId: Id; base64Image: Snapshot};