Skip to content

Instantly share code, notes, and snippets.

@zafar-saleem
Created February 15, 2023 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zafar-saleem/a24aebc1e45b9b1ee404828f6de02356 to your computer and use it in GitHub Desktop.
Save zafar-saleem/a24aebc1e45b9b1ee404828f6de02356 to your computer and use it in GitHub Desktop.
import { Board } from 'board';
export default function Web() {
return (
<div>
<h1 style={{textAlign: 'center'}}>Kanban Board</h1>
<Board>
</Board>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment