We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cb4a7 commit 144f348Copy full SHA for 144f348
demo/src/docs/Docs.tsx
@@ -4,7 +4,7 @@ import { Button, Icon, Menu } from 'antd';
4
import 'antd/dist/antd.css';
5
import { GettingStarted } from './GettingStarted';
6
import { Types } from './Types';
7
-import { Anchored } from '../ui-demo/Anchored';
+import { Anchored } from './Anchored';
8
import { Resizable } from './Resizable';
9
import { Nested } from './Nested';
10
import { Scrollable } from './Scrollable';
demo/src/ui-demo/Anchored.tsx
0 commit comments