Skip to content

Commit

Permalink
fix: remove dublicate export
Browse files Browse the repository at this point in the history
  • Loading branch information
eschuh committed Jun 20, 2024
1 parent 97677f7 commit e66ba3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LyrxParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { convert } from "./toGeostyler";
* @class LyrcParser
* @implements StyleParser
*/
export class LyrxParser implements StyleParser<string> {
class LyrxParser implements StyleParser<string> {
static title = "ArcGIS Pro lyrx parser";
title = "ArcGIS Pro lyrx parser";

Expand Down

0 comments on commit e66ba3f

Please sign in to comment.