forked from cerc-io/laconic-console
Use Moustache to create template and set config in page. Use babel plugins to process GQL (and fix GQL queries). Added service type.
9 lines
141 B
JavaScript
9 lines
141 B
JavaScript
//
|
|
// Copyright 2020 DxOS.org
|
|
//
|
|
|
|
export * from './context';
|
|
export * from './registry';
|
|
export * from './sorter';
|
|
export * from './status';
|