Skip to content

Commit

Permalink
fix: 🐛 files no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Aug 23, 2023
1 parent 3dd3df0 commit 5207c41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/basics/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import OBJFlatten from './obj-flatten';
import TXTConcat from './txt-concat';
import TXTObject from './txt-object';
import TXTParse from './txt-parse';
import TXTSentences from './txt-sentences';
import TXTInflection from './txt-inflection';
import XMLParse from './xml-parse';
import XMLString from './xml-string';
import XMLConvert from './xml-convert';
Expand Down Expand Up @@ -40,8 +38,6 @@ const funcs = {
TXTParse,
TXTObject,
TXTConcat,
TXTSentences,
TXTInflection,
XMLParse,
XMLString,
XMLConvert,
Expand Down

0 comments on commit 5207c41

Please sign in to comment.