import { Button } from '@blueprintjs/core' import React from 'react' import FA from 'react-fontawesome' import styled from 'styled-components' import { Popover } from 'views/components/etc/overlay' import { ColumnConfig } from './column-config' const ColumnsContainer = styled.div` padding: 20px; max-width: 80vw; max-height: 80vh; overflow: auto; ` export const Columns = () => ( } hasBackdrop > )