frontend: adding todos

This commit is contained in:
Mose Müller 2023-08-02 12:06:19 +02:00
parent 71ce898310
commit ac7266d7eb

View File

@ -9,6 +9,8 @@ import {
} from 'react-bootstrap';
import { socket } from '../socket';
// TODO: add button functionality
interface ButtonComponentProps {
name: string;
parent_path?: string;