Skip to content

Commit

Permalink
fix: update utils path to relative in Trans component
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinedoghri committed Apr 26, 2022
1 parent 86d7cf9 commit c767fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Trans.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import { t } from "i18next";
import { interpolate } from "utils";
import { interpolate } from "./utils";
export interface Props {
i18nKey: string;
}
Expand Down

0 comments on commit c767fe3

Please sign in to comment.