Commit 225fc3f3 authored by Chunchi Che's avatar Chunchi Che

remove unused component

parent 480d186d
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