mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
server-esm: Change simple library import statements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Router } from "express";
|
||||
|
||||
import fs = require('fs');
|
||||
import path = require('path');
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
const specPath = path.join(__dirname, 'etapi.openapi.yaml');
|
||||
let spec: string | null = null;
|
||||
|
||||
Reference in New Issue
Block a user