]> 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 f98357d7a9150d6259d617018d894d64bd827142..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 getUserInterfaceLangId from "./user-interface-language";
 
 export {
   buildCommentsTree,
@@ -88,7 +87,6 @@ export {
   getIdFromProps,
   getRecipientIdFromProps,
   getUpdatedSearchId,
-  getUserInterfaceLangId,
   initializeSite,
   insertCommentIntoTree,
   isAuthPath,