Skip to content

Commit

Permalink
Update file-writers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskelly13 committed Nov 18, 2023
1 parent bf1df95 commit 02335c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-spectacle/src/templates/file-writers.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import path from 'path';
import { mkdir, writeFile, rm } from 'fs/promises';
import { htmlTemplate } from './html';
import { onePageTemplate } from './one-page';
import { webpackTemplate } from './webpack';
import { babelTemplate } from './babel';
import { packageTemplate, vitePackageTemplate } from './package';
Expand Down

0 comments on commit 02335c4

Please sign in to comment.