basic frontend and backend functionality. Need to test with actual livestream

This commit is contained in:
Lucas Jensen
2025-01-12 16:47:04 -08:00
parent 5b73cecee9
commit c482f6758c
12 changed files with 122 additions and 18 deletions

View File

@@ -10,6 +10,7 @@ interface EditModalProps {
form: JSX.Element;
entity?: MusicianProps | GroupObj | EventSeriesObj;
error?: string;
livestream_id?: string;
}
function EditModal(props: EditModalProps) {