diff --git a/admin/src/components/ActionButtons/index.js b/admin/src/components/ActionButtons/index.js new file mode 100644 index 0000000..7384cd3 --- /dev/null +++ b/admin/src/components/ActionButtons/index.js @@ -0,0 +1,22 @@ +import React from 'react'; +import styled from 'styled-components'; +import { Button } from '@buffetjs/core'; + +const ActionButtons = () => { + return ( + +