fixed wrong import for japanese learner

This commit is contained in:
Teo
2026-03-08 14:17:38 +01:00
parent 6bd53cd2b0
commit 9c69bad626
+1 -1
View File
@@ -5,7 +5,7 @@ import Quickshell.Hyprland
import QtQuick //for Text import QtQuick //for Text
import "./modules/bar" import "./modules/bar"
import "./modules/wp" import "./modules/wp"
import "./modules/japanese" import "./modules/jl"
ShellRoot { ShellRoot {
id: root id: root