UNPKG

wgo

Version:

JavaScript library for game of Go

8 lines (7 loc) 421 B
export { default as Container } from './Container'; export { default as ControlPanel } from './ControlPanel'; export { default as SVGBoardComponent } from './SVGBoardComponent'; export { default as ResponsiveComponent } from './ResponsiveComponent'; export { default as CommentsBox } from './CommentsBox'; export { default as GameInfoBox } from './GameInfoBox'; export { default as PlayerTag } from './PlayerTag';