Skip to content

Commit 3a8adff

Browse files
committed
chore: minor
1 parent 657b4d9 commit 3a8adff

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

packages/autodemo/src/AutoDemo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import {
55
UncontrolledTreeEnvironmentProps,
66
StaticTreeDataProvider,
77
ExplicitDataSource,
8+
createDefaultRenderers,
89
} from 'react-complex-tree';
910
import { useEffect, useMemo, useRef, useState } from 'react';
10-
import { createDefaultRenderers } from 'react-complex-tree';
1111

1212
export interface AutomationStoryHelpers {
1313
wait: (ms: number) => Promise<void>;

packages/docs/docs/getstarted.mdx

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
sidebar_position: 1
33
---
44

5-
import { StaticTreeDataProvider } from 'react-complex-tree';
6-
import { longTree } from 'demodata';
7-
85
# Get Started
96

107
The following document shows how React Complex Tree can be installed and used in your

packages/docs/docs/guides/uncontrolled-environment.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
sidebar_position: 1
33
---
44

5-
import { StaticTreeDataProvider } from 'react-complex-tree';
65
import { PropTable } from '../../src/components/PropTable';
76

87
# Uncontrolled Environment

0 commit comments

Comments
 (0)