]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/utils/app/index.ts
Merge branch 'main' into fix/fix-badges-spacing-componentize
[lemmy-ui.git] / src / shared / utils / app / index.ts
index 2e459516297d93fd95e5fb73456ae171375f12c0..9993ac7230dc18c0c4f6034d1df43df74960d151 100644 (file)
@@ -53,7 +53,6 @@ import showScores from "./show-scores";
 import siteBannerCss from "./site-banner-css";
 import updateCommunityBlock from "./update-community-block";
 import updatePersonBlock from "./update-person-block";
-import getUserPrimaryLanguage from "./user-primary-language";
 
 export {
   buildCommentsTree,
@@ -88,7 +87,6 @@ export {
   getIdFromProps,
   getRecipientIdFromProps,
   getUpdatedSearchId,
-  getUserPrimaryLanguage,
   initializeSite,
   insertCommentIntoTree,
   isAuthPath,