Fix imports.

This commit is contained in:
Lucid Kobold
2022-06-23 13:25:23 -05:00
parent 92617f9b6d
commit f5eb0acddc
16 changed files with 38 additions and 31 deletions

View File

@@ -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 {

View File

@@ -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";

View File

@@ -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";