fix(project): Fixed minor formatting issues and improved code consistency.

This commit is contained in:
2024-11-05 00:34:56 +01:00
parent 125be257d6
commit 750f081c03
11 changed files with 59 additions and 39 deletions

View File

@@ -1,8 +1,6 @@
// node native scope
import * as path from 'path';
export {
path,
}
export { path };
// @push.rocks scope
import * as smartfile from '@push.rocks/smartfile';