diff --git a/app/frontend/src/javascript/components/configure-packs-button.tsx b/app/frontend/src/javascript/components/configure-packs-button.tsx new file mode 100644 index 000000000..b727e311b --- /dev/null +++ b/app/frontend/src/javascript/components/configure-packs-button.tsx @@ -0,0 +1,9 @@ +import React from 'react'; + +/** + * This component is a button that shows the list of prepaid-packs when moving the mouse over it. + * When clicked, it opens a modal dialog to configure (add/delete/edit/remove) prepaid-packs. + */ +const ConfigurePacksButton: React.FC = ({}) => { + return