Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit e85c63e

Browse files
author
Manuel Proß
committed
fix(web): order of imports
1 parent d741a55 commit e85c63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Layout/Navigation/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
2-
import Image from "next/image";
32
import Link from "next/link";
3+
import Image from "next/image";
44
import { IconUserCircle } from "@tabler/icons-react";
55

66
type NavigationProps = {

0 commit comments

Comments
 (0)