summary refs log tree commit diff
path: root/synapse_topology/webui/src/js/components/ButtonDisplay.jsx
blob: 8f3cade0c2aec0e757822932c989f695ca959e7c (plain) (blame)
1
2
3
4
5
import React from 'react';

import style from '../../scss/main.scss';

export default ({ children }) => <div className={style.buttonDisplay}>{children}</div>