Fix build
This commit is contained in:
parent
b24d28182f
commit
75f2aea345
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
// @flow
|
// @flow
|
||||||
import type { Config } from "config/types";
|
import type { Config } from "config/flowtypes";
|
||||||
import { hex, rgb, rgba, rainbow } from "config/colors";
|
import { hex, rgb, rgba, rainbow } from "config/colors";
|
||||||
import { esper_topics, esper_statistics } from "./utils";
|
import { esper_topics, esper_statistics } from "./utils";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// @flow
|
// @flow
|
||||||
import type { ControlUI } from "config/types";
|
import type { ControlUI } from "config/flowtypes";
|
||||||
|
|
||||||
export const esper_topics = (chip_id: string, name: string) => ({
|
export const esper_topics = (chip_id: string, name: string) => ({
|
||||||
[ `esper_${name}_version` ]: {
|
[ `esper_${name}_version` ]: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue