Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Apr 30, 2022
1 parent 5684da1 commit 4426d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdsvex.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createRequire } from 'module';
const require = createRequire(import.meta.url);
//import { createRequire } from 'module';
//const require = createRequire(import.meta.url);

import relativeImages from 'mdsvex-relative-images';
import preview, { textFormatter, htmlFormatter } from 'remark-preview';
Expand Down

0 comments on commit 4426d63

Please sign in to comment.