organize workspace actions in folder

This commit is contained in:
Mads Rasmussen
2023-02-27 15:35:25 +01:00
committed by Jacob Overgaard
parent 2030fd915c
commit baa4309304
3 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
export * from './workspace-action-base';

View File

@@ -1 +1 @@
export * from './workspace-action';
export * from './actions';