Explorar el Código

remove unused var

AykutSarac hace 2 años
padre
commit
62590b4980
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 React from "react";
 import { JsonEditor } from "src/containers/Editor/JsonEditor";
 import { JsonEditor } from "src/containers/Editor/JsonEditor";
 import dynamic from "next/dynamic";
 import dynamic from "next/dynamic";