Move utils file into rzl folder
Everything in the utils.js is related to the RZL infrastructure and should hence be in the specific folder
This commit is contained in:
parent
a6832f94ad
commit
3b78a4d8ad
3 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import type { Config } from "config/flowtypes";
|
|||
import * as types from "config/types";
|
||||
import { hex, rgb, rgba, rainbow } from "config/colors";
|
||||
import { mdi, rawMdi, mdiBattery } from "config/icon";
|
||||
import { esper_topics, esper_statistics, floalt, tradfri_remote } from "../utils";
|
||||
import { esper_topics, esper_statistics, floalt, tradfri_remote } from "./utils";
|
||||
|
||||
import * as onkyo from "./onkyo";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue