Reorganize Node components and state

This commit is contained in:
maciejhirsz
2018-08-10 14:36:05 +02:00
parent 7f4b87eae4
commit ba545799fe
14 changed files with 218 additions and 177 deletions
@@ -0,0 +1,7 @@
import { Types, Maybe } from '@dotstats/common';
import Row from './Row';
import Location from './Location';
export { Row, Location };
export const SEMVER_PATTERN = /^\d+\.\d+\.\d+/;