Spaces:
markush1
/
Running on CPU Upgrade

markush1 commited on
Commit
37079d8
·
verified ·
1 Parent(s): 73bb8d8

Update components/editor/footer/index.tsx

Browse files
Files changed (1) hide show
  1. components/editor/footer/index.tsx +1 -1
components/editor/footer/index.tsx CHANGED
@@ -1,6 +1,6 @@
1
  import classNames from "classnames";
2
  import { FaMobileAlt } from "react-icons/fa";
3
- import { HelpCircle, RefreshCcw, SparkleIcon } from "lucide-react";
4
  import { FaLaptopCode } from "react-icons/fa6";
5
  import { HtmlHistory } from "@/types";
6
  import { Button } from "@/components/ui/button";
 
1
  import classNames from "classnames";
2
  import { FaMobileAlt } from "react-icons/fa";
3
+ import { RefreshCcw } from "lucide-react";
4
  import { FaLaptopCode } from "react-icons/fa6";
5
  import { HtmlHistory } from "@/types";
6
  import { Button } from "@/components/ui/button";