fix(nx/desktop): use proper approach for ejs missing

This commit is contained in:
Elian Doran
2025-04-24 15:51:49 +03:00
parent 3ce4aa12d4
commit e6f9d402cd
3 changed files with 2 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
import safeCompare from "safe-compare";
import ejs from "ejs";
import type { Request, Response, Router } from "express";