This commit is contained in:
8
src/commands/index.ts
Normal file
8
src/commands/index.ts
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
export { saveLayout } from './save';
|
||||||
|
export { restoreLayout } from './restore';
|
||||||
|
export { listLayouts } from './list';
|
||||||
|
export { importLayout } from './import';
|
||||||
|
export { exportLayout } from './export';
|
||||||
|
export { syncLayouts, getRemoteUrl } from './sync';
|
||||||
|
export { manageTemplates } from './template';
|
||||||
|
export { deleteLayout } from './delete';
|
||||||
Reference in New Issue
Block a user