feat: 添加配置面板
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import Editor from "./view/Editor";
|
||||
import globalStore, { GlobalContext } from "./store/global";
|
||||
|
||||
// ENHANCE: 替换掉antd组件库。。一堆莫名其妙的毛病
|
||||
function App() {
|
||||
return (
|
||||
<GlobalContext.Provider value={globalStore}>
|
||||
|
||||
Reference in New Issue
Block a user