Skip to content

Commit

Permalink
fix🐛: add import builder
Browse files Browse the repository at this point in the history
  • Loading branch information
isboyjc committed Aug 1, 2024
1 parent d39d7fa commit d35f19c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/save.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const path = require('path');
const moment = require('moment');
const { writeFileSync, readFileSync, mkdirSync } = require('fs');
const { Builder } = require('xml2js');
const { fileBaseURL, templateBaseURL } = require('./base')

const dateTime = moment().format('MMMM Do YYYY, h:mm:ss a');
Expand Down

0 comments on commit d35f19c

Please sign in to comment.