Skip to content

Commit

Permalink
fix(web): order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Proß committed Mar 23, 2024
1 parent d741a55 commit e85c63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Layout/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";
import Image from "next/image";
import Link from "next/link";
import Image from "next/image";
import { IconUserCircle } from "@tabler/icons-react";

type NavigationProps = {
Expand Down

0 comments on commit e85c63e

Please sign in to comment.