Skip to content
This repository has been archived by the owner on Jul 9, 2018. It is now read-only.

Commit

Permalink
central file for package
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed Aug 17, 2017
1 parent 066886f commit ce62cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sanitize/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import stripTags from './stripTags';
import sanitizeText from './sanitizeText';

export const stripTags;
export const sanitizeText;
export { stripTags };
export { sanitizeText };

0 comments on commit ce62cd5

Please sign in to comment.