From 9c69bad626f8ea2d64eba00f564d3463772180c3 Mon Sep 17 00:00:00 2001 From: Teo Date: Sun, 8 Mar 2026 14:17:38 +0100 Subject: [PATCH] fixed wrong import for japanese learner --- shell.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.qml b/shell.qml index df318d4..682e35c 100644 --- a/shell.qml +++ b/shell.qml @@ -5,7 +5,7 @@ import Quickshell.Hyprland import QtQuick //for Text import "./modules/bar" import "./modules/wp" -import "./modules/japanese" +import "./modules/jl" ShellRoot { id: root