Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
atherdon authored Jul 8, 2022
1 parent b03878c commit abf41f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import {
stateInit
} from './command-line-methods';

import { writingFile } from './write';

export {
writeHTML,
readSourceFile,
Expand All @@ -28,4 +30,6 @@ export {

printMessage,
stateInit,
//-----
writingFile
};

0 comments on commit abf41f4

Please sign in to comment.