diff --git a/cypress/screenshots/browseAndPlay.cy.js/Searches and plays a movie via load more (failed).png b/cypress/screenshots/browseAndPlay.cy.js/Searches and plays a movie via load more (failed).png new file mode 100644 index 0000000..15b747b Binary files /dev/null and b/cypress/screenshots/browseAndPlay.cy.js/Searches and plays a movie via load more (failed).png differ diff --git a/src/_codux/boards/new-board.board.tsx b/src/_codux/boards/new-board.board.tsx new file mode 100644 index 0000000..bebd1ca --- /dev/null +++ b/src/_codux/boards/new-board.board.tsx @@ -0,0 +1,7 @@ +import React from 'react' +import { createBoard } from '@wixc3/react-board'; + +export default createBoard({ + name: 'New Board', + Board: () =>
+});