Skip to content

Commit

Permalink
docs: fix knight example (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Jun 14, 2019
1 parent fec74f2 commit fe6f8cc
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
Expand Up @@ -9,6 +9,6 @@ It illustrates creating the drag sources and the drop targets, using
the monitors to query the current drag state, and customizing the drag
previews.

<view-source name="00-chessboard/final-result">
<view-source name="00-chessboard">
<chessboard></chessboard>
</view-source>
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/examples/src/index.ts
@@ -1,5 +1,5 @@
import React from 'react'
import chessboard from './00-chessboard/final-result'
import chessboard from './00-chessboard'
import dustbinCopyOrMove from './01-dustbin/copy-or-move'
import dustbinMultipleTargets from './01-dustbin/multiple-targets'
import dustbinSingleTarget from './01-dustbin/single-target'
Expand Down

0 comments on commit fe6f8cc

Please sign in to comment.