Skip to content

Commit 5ffcc8b

Browse files
committed
Fiks import
1 parent e292ee3 commit 5ffcc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[locale]/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { logger } from "@src/utils/logger";
1010
import { getOboToken } from "@src/utils/token";
1111
import "@src/styles/aksel.css";
1212
import { isLocal } from "@src/utils/environment";
13-
import { ExampleData } from "@src/utils/types";
13+
import type { ExampleData } from "@src/utils/types";
1414
1515
const oboToken = await getOboToken(Astro.locals.token);
1616
let exampleData: ExampleData;

0 commit comments

Comments
 (0)