Properly include Buffer to fix linter errors
Thank you for the line, @uwap.
This commit is contained in:
parent
e3eb924f1f
commit
424aef1991
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import * as types from "config/types";
|
||||||
import { svg, withState } from "config/icon";
|
import { svg, withState } from "config/icon";
|
||||||
import { hex } from "config/colors";
|
import { hex } from "config/colors";
|
||||||
import * as icons from "@mdi/js";
|
import * as icons from "@mdi/js";
|
||||||
|
import { Buffer } from "bl";
|
||||||
|
|
||||||
const topicBulbHomeRust = (bulb: string, argument: string) => ({
|
const topicBulbHomeRust = (bulb: string, argument: string) => ({
|
||||||
[`${bulb}${argument}`]: {
|
[`${bulb}${argument}`]: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue