Fix build

This commit is contained in:
uwap 2018-04-02 10:51:10 +02:00
parent b24d28182f
commit 75f2aea345
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -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` ]: {