Commit 07a08bce authored by chechunchi's avatar chechunchi

add editor.tsx

parent dcbb77de
Pipeline #19811 passed with stages
in 5 minutes and 32 seconds
import React, { useState } from "react";
const Editor = () => {
const [main, setMain] = useState([]);
const [extra, setExtra] = useState([]);
const [side, setSide] = useState([]);
return <></>;
};
export default Editor;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment