diff --git a/src/navbar/index.tsx b/src/navbar/index.tsx index f313e56..c20dcc1 100644 --- a/src/navbar/index.tsx +++ b/src/navbar/index.tsx @@ -1,6 +1,5 @@ import React, { useRef, useEffect, useState } from "react"; import { shallowEqual, useDispatch, useSelector } from "react-redux"; -import Clock from "react-live-clock"; import { FaCircle, @@ -28,6 +27,7 @@ import { getShowplan, setItemPlayed } from "../showplanner/state"; import * as OptionsMenuState from "../optionsMenu/state"; import { setChannelPFL } from "../mixer/state"; import { secToHHMM, useInterval } from "../lib/utils"; +import { Timelord } from "./timelord"; function nicifyConnectionState(state: ConnectionStateEnum): string { switch (state) { @@ -164,24 +164,7 @@ export function NavBarMain() { return ( <>