Removed unused import.
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
|||||||
HStack,
|
HStack,
|
||||||
VStack
|
VStack
|
||||||
} from "@chakra-ui/react";
|
} from "@chakra-ui/react";
|
||||||
import React, { Fragment, useState, useContext, useEffect } from "react";
|
import React, { Fragment, useState, useContext } from "react";
|
||||||
import { format } from "date-fns";
|
import { format } from "date-fns";
|
||||||
import DemoStickers from "../stickers/DemoStickers";
|
import DemoStickers from "../stickers/DemoStickers";
|
||||||
import { StickersContext } from "../../../contexts/StickerContext";
|
import { StickersContext } from "../../../contexts/StickerContext";
|
||||||
|
|||||||
Reference in New Issue
Block a user