diff --git a/src/pages/string/index.ts b/src/pages/string/index.ts index 43714ca..902c85f 100644 --- a/src/pages/string/index.ts +++ b/src/pages/string/index.ts @@ -1,3 +1,4 @@ +import { tool as stringQuote } from './quote/meta'; import { tool as stringRot13 } from './rot13/meta'; import { tool as stringReverse } from './reverse/meta'; import { tool as stringRandomizeCase } from './randomize-case/meta';