Skip to content

Commit 0c42c97

Browse files
committed
chore: removed unnecessary changes
1 parent ff822db commit 0c42c97

File tree

5 files changed

+1
-181
lines changed

5 files changed

+1
-181
lines changed

src/generators/legacy-html/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import HTMLMinifier from '@minify-html/node';
77

88
import buildContent from './utils/buildContent.mjs';
99
import dropdowns from './utils/buildDropdowns.mjs';
10+
import { safeCopy } from './utils/safeCopy.mjs';
1011
import tableOfContents from './utils/tableOfContents.mjs';
1112
import { groupNodesByModule } from '../../utils/generators.mjs';
1213
import { getRemarkRehype } from '../../utils/remark.mjs';
13-
import { safeCopy } from '../../utils/safeCopy.mjs';
1414

1515
/**
1616
* @typedef {{

src/utils/__tests__/safeCopy.test.mjs renamed to src/generators/legacy-html/utils/__tests__/safeCopy.test.mjs

File renamed without changes.

src/utils/safeCopy.mjs renamed to src/generators/legacy-html/utils/safeCopy.mjs

File renamed without changes.

src/utils/__tests__/safeWrite.test.mjs

Lines changed: 0 additions & 146 deletions
This file was deleted.

src/utils/safeWrite.mjs

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)