mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
lint
This commit is contained in:
parent
ac7f35d121
commit
2c4942c912
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
import type { Tab } from '../types';
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
let clazz: string = '';
|
||||
let clazz = '';
|
||||
|
||||
export { clazz as class };
|
||||
|
||||
|
|
Loading…
Reference in a new issue