Browse Source

remove unused variable

AykutSarac 2 năm trước cách đây
mục cha
commit
6bc3403363
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/containers/JsonEditor/index.tsx

+ 0 - 1
src/containers/JsonEditor/index.tsx

@@ -7,7 +7,6 @@ import { ConfigActionType } from "src/reducer/reducer";
 import { useConfig } from "src/hocs/config";
 import { Loading } from "src/components/Loading";
 import { loader } from "@monaco-editor/react";
-import { CarbonAds } from "src/components/CarbonAds";
 
 loader.config({ paths: { vs: "/monaco-editor/min/vs" } });