update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / admin / src / components / ListEntryColumn.jsx
1 import React from 'react'
2 import ContainerColumn from './ContainerColumn'
3
4 export default class extends ContainerColumn {
5     constructor(props){
6         super(props);
7         this.state.actions = ['delete'];
8     }
9 }