mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-27 16:34:40 +00:00
fix: drop unused LearningTutorial export to satisfy knip
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { LocalizedText, TranslationKey } from '../i18n/translations'
|
||||
|
||||
export interface LearningTutorial {
|
||||
interface LearningTutorial {
|
||||
id: string
|
||||
title: LocalizedText
|
||||
videoSrc: string
|
||||
|
||||
Reference in New Issue
Block a user