|
|
@ -12,7 +12,7 @@ import MonacoEditor from '@monaco-editor/react';
|
|
|
|
import { Input, Icon } from 'antd';
|
|
|
|
import { Input, Icon } from 'antd';
|
|
|
|
import { connect } from 'react-redux';
|
|
|
|
import { connect } from 'react-redux';
|
|
|
|
import actions from '../../redux/actions';
|
|
|
|
import actions from '../../redux/actions';
|
|
|
|
// import cookie from 'react-cookies';
|
|
|
|
import cookie from 'react-cookies';
|
|
|
|
|
|
|
|
|
|
|
|
const { TextArea } = Input;
|
|
|
|
const { TextArea } = Input;
|
|
|
|
const App = (props) => {
|
|
|
|
const App = (props) => {
|
|
|
|