Browse Source

fixed linting issues

pull/627/head
Dan Ditomaso 1 year ago
parent
commit
99fb25689c
  1. 1
      src/components/BatteryStatus.tsx
  2. 1
      src/components/DeviceInfoPanel.tsx
  3. 1
      src/components/Sidebar.tsx

1
src/components/BatteryStatus.tsx

@ -6,7 +6,6 @@ import {
PlugZapIcon,
} from "lucide-react";
import { useTranslation } from "react-i18next";
import { Subtle } from "@components/UI/Typography/Subtle.tsx";
import { DeviceMetrics } from "./types.ts";
interface BatteryStateConfig {

1
src/components/DeviceInfoPanel.tsx

@ -17,7 +17,6 @@ import React from "react";
import { useTranslation } from "react-i18next";
import ThemeSwitcher from "./ThemeSwitcher.tsx";
import LanguageSwitcher from "./LanguageSwitcher.tsx";
import { Code } from "./UI/Typography/Code.tsx";
interface DeviceInfoPanelProps {
isCollapsed: boolean;

1
src/components/Sidebar.tsx

@ -7,7 +7,6 @@ import { Spinner } from "@components/UI/Spinner.tsx";
import {
CircleChevronLeft,
CpuIcon,
LayersIcon,
type LucideIcon,
MapIcon,

Loading…
Cancel
Save