This commit is contained in:
neil 2023-01-19 12:57:11 +08:00
parent ac7f35d121
commit 2c4942c912

View file

@ -2,7 +2,7 @@
import type { Tab } from '../types';
import { onMount } from 'svelte';
let clazz: string = '';
let clazz = '';
export { clazz as class };