Skip to content

Commit

Permalink
Update i18next.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Dec 6, 2024
1 parent 37a5bd7 commit e6f1459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18next.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { Context } from "hono";
import type { FlatNamespace, TFunction } from "i18next";
import type { RemixI18NextOption } from "remix-i18next/server";

import { createMiddleware } from "hono/factory";
import { FlatNamespace, TFunction } from "i18next";
import { RemixI18Next } from "remix-i18next/server";

const i18nSymbol = Symbol().toString();
Expand Down

0 comments on commit e6f1459

Please sign in to comment.