Skip to content

Commit 5816b42

Browse files
committed
fix: 사용하지 않는 import 제거
1 parent 47fe0ed commit 5816b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/editor/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useEffect, useState } from "react";
1+
import { useState } from "react";
22
import {
33
EditorRoot,
44
EditorCommand,

0 commit comments

Comments
 (0)