Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ BoardSquare.js
File
BoardSquare.js
examples/00 Chessboard/Tutorial App/BoardSquare.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
React, { Component } from
'react'
;
2
import
PropTypes from
'prop-types'
;
3
import
{ DropTarget } from
'react-dnd'
;
4
import
Square from
'./Square'
;
Callers
nothing calls this directly
Calls
1
DropTarget
Function · 0.90
Tested by
no test coverage detected