From 840a402cb8f5eb59506b6b9be26779a2942a737b Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 15 Dec 2025 03:34:10 -0800 Subject: [PATCH] fix import in v0.2 again --- src/guide/v0_2_0/qml-language.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/guide/v0_2_0/qml-language.md b/src/guide/v0_2_0/qml-language.md index 8c8a249..f1948d2 100644 --- a/src/guide/v0_2_0/qml-language.md +++ b/src/guide/v0_2_0/qml-language.md @@ -2,7 +2,6 @@ title: "QML Language" index: 10 --- -import Collapsible from "@components/Collapsible.astro"; Quickshell is configured using the Qt Modeling Language, or QML. This page explains what you need to know about QML to start using Quickshell.