mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-23 04:41:14 +00:00
Change function name
This commit is contained in:
parent
8f9b231487
commit
847b71319b
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { initializeSite, setupI18Next as setupDateFns } from "@utils/app";
|
import { initializeSite, setupDateFns } from "@utils/app";
|
||||||
import { hydrate } from "inferno-hydrate";
|
import { hydrate } from "inferno-hydrate";
|
||||||
import { Router } from "inferno-router";
|
import { Router } from "inferno-router";
|
||||||
import { App } from "../shared/components/app/app";
|
import { App } from "../shared/components/app/app";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { setupI18Next as setupDateFns } from "@utils/app";
|
import { setupDateFns } from "@utils/app";
|
||||||
import express from "express";
|
import express from "express";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import process from "process";
|
import process from "process";
|
||||||
|
|
|
@ -46,7 +46,7 @@ import searchCommentTree from "./search-comment-tree";
|
||||||
import selectableLanguages from "./selectable-languages";
|
import selectableLanguages from "./selectable-languages";
|
||||||
import setIsoData from "./set-iso-data";
|
import setIsoData from "./set-iso-data";
|
||||||
import setTheme from "./set-theme";
|
import setTheme from "./set-theme";
|
||||||
import setupI18Next from "./setup-date-fns";
|
import setupDateFns from "./setup-date-fns";
|
||||||
import showAvatars from "./show-avatars";
|
import showAvatars from "./show-avatars";
|
||||||
import showLocal from "./show-local";
|
import showLocal from "./show-local";
|
||||||
import showScores from "./show-scores";
|
import showScores from "./show-scores";
|
||||||
|
@ -103,7 +103,7 @@ export {
|
||||||
selectableLanguages,
|
selectableLanguages,
|
||||||
setIsoData,
|
setIsoData,
|
||||||
setTheme,
|
setTheme,
|
||||||
setupI18Next,
|
setupDateFns,
|
||||||
showAvatars,
|
showAvatars,
|
||||||
showLocal,
|
showLocal,
|
||||||
showScores,
|
showScores,
|
||||||
|
|
Loading…
Reference in a new issue