Skip to content

Commit 80c62b4

Browse files
committed
Remove LanguageDropdown, LanguageFlag and DefaultLangIcon; no need to share these components.
1 parent a756064 commit 80c62b4

File tree

4 files changed

+0
-130
lines changed

4 files changed

+0
-130
lines changed

src/components/language-dropdown.js

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/components/language-flag.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/icons/default-lang.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
* A collection of React components, icons, and utilities for Polylang projects.
55
*/
66

7-
// Export components
8-
export { LanguageDropdown } from './components/language-dropdown';
9-
export { default as LanguageFlag } from './components/language-flag';
10-
117
// Export icons
128
export { default as duplication } from './icons/duplication';
139
export { default as pencil } from './icons/pencil';
@@ -17,7 +13,6 @@ export { default as translation } from './icons/translation';
1713
export { default as trash } from './icons/trash';
1814
export { default as star } from './icons/star';
1915
export { default as SubmenuIcon } from './icons/submenu';
20-
export { default as DefaultLangIcon } from './icons/default-lang';
2116

2217
// Export middlewares
2318
export { default as filterPathMiddleware } from './middlewares/filter-path';

0 commit comments

Comments
 (0)