Skip to content

Commit

Permalink
fix(trans component): import utility functions from index
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinedoghri committed Nov 27, 2022
1 parent 50a566e commit eea0d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Trans.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import { interpolate, createReferenceStringFromHTML } from "../..";
import { interpolate, createReferenceStringFromHTML } from "..";
export interface Props {
i18nKey?: string;
Expand Down

0 comments on commit eea0d5d

Please sign in to comment.