Skip to content

Commit

Permalink
refactor: 사용안하는 import문 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian committed Nov 20, 2024
1 parent beba4a6 commit ecf8596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/features/editor/components/block/Block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BlockCRDT } from "@noctaCrdt/Crdt";
import { Block as CRDTBlock } from "@noctaCrdt/Node";
import { BlockId } from "@noctaCrdt/NodeId";
import { motion } from "framer-motion";
import { memo, useEffect, useRef, useState } from "react";
import { memo, useRef } from "react";
import { useBlockAnimation } from "../../hooks/useBlockAnimtaion";
import { IconBlock } from "../IconBlock/IconBlock";
import { MenuBlock } from "../MenuBlock/MenuBlock";
Expand Down

0 comments on commit ecf8596

Please sign in to comment.