remove style tool

This commit is contained in:
vcoppe
2024-06-12 15:40:26 +02:00
parent d2d83900f3
commit e32f5c5300
3 changed files with 2 additions and 8 deletions

View File

@@ -126,8 +126,7 @@ export enum Tool {
MERGE,
EXTRACT,
REDUCE,
CLEAN,
STYLE
CLEAN
}
export const currentTool = writable<Tool | null>(null);
export const splitAs = writable(SplitType.FILES);