Explorar o código

create fire contents

itizawa %!s(int64=6) %!d(string=hai) anos
pai
achega
1453b1965b

+ 22 - 0
src/client/js/components/Admin/MarkdownSetting/MarkDownSetting.jsx

@@ -0,0 +1,22 @@
+import React from 'react';
+import PropTypes from 'prop-types';
+
+import { createSubscribedElement } from '../UnstatedUtils';
+import WebsocketContainer from '../../services/WebsocketContainer';
+
+class MarkdownSetting extends React.Component {
+
+  constructor(props) {
+    super(props);
+
+    this.state = {
+      hoge:0
+    };
+  }
+
+
+  render() {
+    return <a>hogehoge</a>;
+  }
+
+}