Fix imports.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import React /*, { useEffect, useRef, useState }*/ from "react";
|
||||
import React from "react";
|
||||
import { Box, Link, Button, BoxProps } from "@chakra-ui/react";
|
||||
import { Icon } from "@iconify/react";
|
||||
import { motion } from "framer-motion";
|
||||
|
||||
interface CustomButtonProps {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import React /*, { useEffect, useRef, useState }*/ from "react";
|
||||
import React from "react";
|
||||
import { Box, Link, Button, BoxProps } from "@chakra-ui/react";
|
||||
import { Icon } from "@iconify/react";
|
||||
import { motion } from "framer-motion";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import React /*, { useEffect, useRef, useState }*/ from "react";
|
||||
import React from "react";
|
||||
import { Box, Link, Button, BoxProps } from "@chakra-ui/react";
|
||||
import { Icon } from "@iconify/react";
|
||||
import { motion } from "framer-motion";
|
||||
|
||||
Reference in New Issue
Block a user