Skip to content

Commit

Permalink
chore(webgui): reorder converters, put gr-sheet first
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Aug 20, 2024
1 parent f2ce541 commit be46726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webgui/src/convertors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import { parseFilesFromUpload } from './uploads.js';


export const convertors = {
'gr-sheet': grSheet() as GRSheetConvertor,
x3duom: x3duom() as X3DUOMConvertor,
'glossarist-gem': glossaristGem() as GlossaristGemConvertor,
'gr-sheet': grSheet() as GRSheetConvertor,
} as const;


Expand Down

0 comments on commit be46726

Please sign in to comment.