Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-karatsiuba authored and kelson42 committed Dec 2, 2022
1 parent a079612 commit 91fe6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/js/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import swal from 'sweetalert2';
import * as ArrayFrom from 'array-from';
import {Category, Simulation} from '../../lib/types';
import { template as reactiveTemplate } from '../templates/reactive-template'
import { template as reactiveTemplate } from '../templates/reactive-template';

if (!(Array as any).from) (Array as any).from = ArrayFrom;

Expand Down
2 changes: 1 addition & 1 deletion res/templates/reactive-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ export const template: string = `
</div>
{{/each}}
</div>
`
`;

0 comments on commit 91fe6d1

Please sign in to comment.