htmlui
htmlui copied to clipboard
fix(ui): Migrate to functions
Hi,
this PR migrates components to react functions. We do this as React recommends to use functions instead of components. Furthermore, new updates (e.g. react-router-dom) are easier to merge and implement.
Feedback is welcomed.
Cheers,