소스 검색

remove unused var

AykutSarac 2 년 전
부모
커밋
62590b4980
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/containers/Editor/Panes.tsx

+ 1 - 1
src/containers/Editor/Panes.tsx

@@ -1,4 +1,4 @@
-import { Allotment, LayoutPriority } from "allotment";
+import { Allotment } from "allotment";
 import React from "react";
 import { JsonEditor } from "src/containers/Editor/JsonEditor";
 import dynamic from "next/dynamic";