mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
chore(express-partial-content): solve import errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Request } from "express";
|
||||
import { Content } from "./Content";
|
||||
import type { Request } from "express";
|
||||
import type { Content } from "./Content.js";
|
||||
/**
|
||||
* @type {function (Request): Promise<Content>}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user