fix(v2): fix theme array deduplication bug (#5000)

This commit is contained in:
Sébastien Lorber 2021-06-18 11:53:11 +02:00 committed by GitHub
parent fb172dc4e6
commit ba65450571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 51 additions and 5 deletions

View file

@ -6,3 +6,4 @@
*/
export {default as applyTrailingSlash} from './applyTrailingSlash';
export {default as uniq} from './uniq';