Sort imports, delete old frontmatter getters

This commit is contained in:
Will Boyd
2025-01-20 11:49:26 -05:00
parent 7101ae43dc
commit c6a6c1e1cc
15 changed files with 5 additions and 102 deletions
+3 -4
View File
@@ -1,10 +1,9 @@
import fs from 'fs';
import xml2js from 'xml2js';
import * as shared from './shared.js';
import * as settings from './settings.js';
import * as translator from './translator.js';
import * as frontmatter from './frontmatter.js';
import * as settings from './settings.js';
import * as shared from './shared.js';
import * as translator from './translator.js';
export async function parseFilePromise(config) {
console.log('\nParsing...');