Spaces:
Running
Running
fix: Remove unused editor import
Browse files- src/components/App.tsx +0 -1
src/components/App.tsx
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import { useRef, useState } from "react";
|
2 |
import Editor from "@monaco-editor/react";
|
3 |
import classNames from "classnames";
|
4 |
-
import { editor } from "monaco-editor";
|
5 |
import { useMount, useUnmount, useEvent, useLocalStorage } from "react-use";
|
6 |
import { toast } from "react-toastify";
|
7 |
|
|
|
1 |
import { useRef, useState } from "react";
|
2 |
import Editor from "@monaco-editor/react";
|
3 |
import classNames from "classnames";
|
|
|
4 |
import { useMount, useUnmount, useEvent, useLocalStorage } from "react-use";
|
5 |
import { toast } from "react-toastify";
|
6 |
|