Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Spirig <[email protected]>
  • Loading branch information
DavideMininni-Fincons and kyubisation authored Dec 13, 2024
1 parent 6432be7 commit e7550bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import '@sbb-esta/lyne-elements/chip-label.js';
import '@sbb-esta/lyne-elements/radio-button.js';
import type { SbbRadioButtonGroupElement } from '@sbb-esta/lyne-elements/radio-button/radio-button-group/radio-button-group.js';

type DiffFileType = 'baselineFile' | 'failedFile' | 'diffFile';
export type DiffFileType = 'baselineFile' | 'failedFile' | 'diffFile';

/**
* Displays two images in fullscreen to overlay them.
Expand Down

0 comments on commit e7550bf

Please sign in to comment.