Skip to content

Commit

Permalink
style: fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
seasick committed Feb 4, 2024
1 parent d1b6966 commit ef57c25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/fetcha.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import printablesComFetcha from './fetcha/printables.com';
import thingiverseComFetcha from './fetcha/thingiverse.com';

// import thingiverseComFetcha from './fetcha/thingiverse.com';

export type FetchaFile = {
name: string;
Expand Down

0 comments on commit ef57c25

Please sign in to comment.