diff --git a/src/components/AdminPage/Wristband/Location/ListItem.js b/src/components/AdminPage/Wristband/Location/ListItem.js new file mode 100644 index 0000000..292ac08 --- /dev/null +++ b/src/components/AdminPage/Wristband/Location/ListItem.js @@ -0,0 +1,18 @@ +import React from 'react'; +import { Table, Button } from 'semantic-ui-react'; + +const ListItem = ({ i18n, data, delLocation, editLocation }) => { + + return ( + + +