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

remove unused component

parent 480d186d
Pipeline #21257 passed with stages
in 17 minutes and 40 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