refactor: update command palette errlog import

This commit is contained in:
2026-06-20 19:03:11 +02:00
committed by Milas Holsting
parent 31308b20ab
commit f1573ce802

View File

@@ -2,7 +2,7 @@ package db
import (
"context"
"mal/pkg/errlog"
errlog "mal/pkg"
"strings"
)