mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 08:00:59 +00:00
e1918ef66e
* fix(frontend): add ignored tutorials * fix(frontend): add ignored tutorials * fix(frontend): tutorial code cleanup * fix(frontend): refactor how buttons are created * fix(frontend): Correctly handled ignored tutorials
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
import { writable } from 'svelte/store'
|
|
|
|
export const ignoredTutorials = writable<number[]>([])
|