mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 01:42:54 +00:00
remove style tool
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user