Skip to content

Commit

Permalink
revieved to check
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerajno committed Sep 21, 2023
1 parent 3ad96a2 commit d91cfda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/_codux/boards/new-board.board.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react'
import { createBoard } from '@wixc3/react-board';

export default createBoard({
name: 'New Board',
Board: () => <div></div>
});

0 comments on commit d91cfda

Please sign in to comment.