Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update components/editor/footer/index.tsx
Browse files
components/editor/footer/index.tsx
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import classNames from "classnames";
|
2 |
import { FaMobileAlt } from "react-icons/fa";
|
3 |
-
import {
|
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";
|