Skip to content

Commit

Permalink
fix: update types import to relative (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkjustjoshing authored and yassinedoghri committed Nov 6, 2022
1 parent ea939db commit 44a5422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AstroI18nextConfig } from "types";
import { AstroI18nextConfig } from "./types";

const astroI18nextConfig: AstroI18nextConfig = {
defaultLanguage: "cimode",
Expand Down

0 comments on commit 44a5422

Please sign in to comment.