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

Commit d741a55

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

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,7 +1,7 @@
11
"use client";
2-
import { IconUserCircle } from "@tabler/icons-react";
32
import Image from "next/image";
43
import Link from "next/link";
4+
import { IconUserCircle } from "@tabler/icons-react";
55

66
type NavigationProps = {
77
menu: Page[];

0 commit comments

Comments
 (0)