Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Oct 7, 2024
1 parent bd6354c commit a495609
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { src, pipe, dest, series, parallel, watch, task } = require('gulp');
const fs = require('fs-extra');
const { src, pipe, dest, series, parallel, watch } = require('gulp');
const uswds = require("@uswds/compile");

// function mkDirs() {
Expand Down

0 comments on commit a495609

Please sign in to comment.