mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-19 06:33:56 +09:00
Sort imports, delete old frontmatter getters
This commit is contained in:
+1
-2
@@ -5,9 +5,8 @@ import http from 'http';
|
||||
import https from 'https';
|
||||
import * as luxon from 'luxon';
|
||||
import path from 'path';
|
||||
|
||||
import * as shared from './shared.js';
|
||||
import * as settings from './settings.js';
|
||||
import * as shared from './shared.js';
|
||||
|
||||
export async function writeFilesPromise(posts, config) {
|
||||
await writeMarkdownFilesPromise(posts, config);
|
||||
|
||||
Reference in New Issue
Block a user