Drag tiles from the right-side grid and drop them to the left grid.
You can also drag & drop them within the left board, but not back to the right side.
TilesLayout (on the right) does not handle `onDrop` and `onDragOver` and that's why it's not possible to drop anything on these tiles. GameLayout (on the left) handles all the events, so it's possible to start a drag as well as drop tiles. It also implements custom check to disallow drop on certain tiles, like the ones that are blocked or already have content in them.