freego_api/ui/components/board.tsx

7 lines
84 B
TypeScript

import React from 'react'
const Board = () => (
<input/>
)
export default Board;