Skip to content

Commit 6c4aac6

Browse files
branopuzderarturbien
authored andcommitted
docs(cutout.mdx): fixed cutout component in docs
Fixing imports in template of cutout component for docs fix #192
1 parent 8c77b7a commit 6c4aac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Cutout/Cutout.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ menu: Components
66
import { Playground, Props } from 'docz';
77

88
import Cutout from './Cutout'
9-
import Window from '../Cutout/Cutout'
10-
import WindowContent from '../Cutout/Cutout'
9+
import Window from '../Window/Window'
10+
import WindowContent from '../WindowContent/WindowContent'
1111

1212
# Cutout
1313

0 commit comments

Comments
 (0)