Skip to content

Commit

Permalink
style: reformated code
Browse files Browse the repository at this point in the history
  • Loading branch information
adbme committed Aug 14, 2024
1 parent 4caa38d commit 95b2cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextjs-interface/src/app/ui/plan/Plan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import React, { useState } from "react";
import { EspMap } from "@/app/ui/plan/espMap";
import { useAllEsp } from "@/lib/data";
import { Button, buttonVariants } from "@/components/ui/button";
import { BatteryWarning, RotateCcw, ZoomIn, ZoomOut } from "lucide-react";
import { Button } from "@/components/ui/button";
import { RotateCcw, ZoomIn, ZoomOut } from "lucide-react";

export default function Plan() {
const [hoveredCircle, setHoveredCircle] = useState<string>("");
Expand Down

0 comments on commit 95b2cce

Please sign in to comment.