mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 08:24:06 +01:00
🚨
This commit is contained in:
parent
a80c0434e6
commit
31e1798ff2
9 changed files with 8 additions and 10 deletions
|
|
@ -1,8 +1,7 @@
|
|||
import {App} from "../index";
|
||||
import {Plugin} from "../plugin";
|
||||
import {getAllModels} from "../layout/getAll";
|
||||
import {exportLayout, resizeTopBar, saveLayout} from "../layout/util";
|
||||
import {Constants} from "../constants";
|
||||
import {resizeTopBar} from "../layout/util";
|
||||
|
||||
export const uninstall = (app: App, name: string) => {
|
||||
app.plugins.find((plugin: Plugin, index) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue