Quellcode durchsuchen

remove unused var

AykutSarac vor 2 Jahren
Ursprung
Commit
62590b4980
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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";