Fix lint error

This commit is contained in:
Robin Townsend 2023-03-27 22:30:12 -04:00
parent 5f41f9476b
commit c4f029ae4f

View file

@ -16,6 +16,7 @@ limitations under the License.
import { EventEmitter } from "events";
import { useMemo, useState, useEffect, useCallback } from "react";
import { PosthogAnalytics } from "../analytics/PosthogAnalytics";
type Setting<T> = [T, (value: T) => void];