Remove unused mports.

This commit is contained in:
Lucid Kobold
2022-06-24 18:07:06 -05:00
parent f7ec5d01d9
commit f8bcb130f2

View File

@@ -1,7 +1,7 @@
import React, { useState } from "react";
import { Provider } from "react-redux";
import { store } from "../../app/store";
import { Box, Skeleton, Text, VStack } from "@chakra-ui/react";
import { Box, Skeleton, VStack } from "@chakra-ui/react";
import {
add,
getYear,
@@ -113,13 +113,7 @@ const Day = ({
alignContent="center"
justifyContent="flex-start"
>
<Box
w="1.8rem"
h="1.8rem"
textAlign="center"
p={0}
m={0}
>
<Box w="1.8rem" h="1.8rem" textAlign="center" p={0} m={0}>
{`${getDate(currDateObj)}`}
</Box>
{isLoading ? (
@@ -184,8 +178,7 @@ const Day = ({
border: "1px solid #FFF"
}}
>
{isToday ?
(
{isToday ? (
<Box
border="1px solid #0068ff"
borderRadius="50%"
@@ -197,20 +190,11 @@ const Day = ({
>
{`${getDate(currDateObj)}`}
</Box>
)
:
(
<Box
w="1.8rem"
h="1.8rem"
textAlign="center"
p={0}
m={0}
>
) : (
<Box w="1.8rem" h="1.8rem" textAlign="center" p={0} m={0}>
{`${getDate(currDateObj)}`}
</Box>
)
}
)}
{isLoading ? (
<Skeleton key={currSticker}>
<Box fontSize="1.5rem">