Skip to content

Commit

Permalink
small UI adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoko committed Mar 26, 2024
1 parent 697ca30 commit be7804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_layout+/scanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type {
MetaFunction,
} from "@remix-run/node";
import { json } from "@remix-run/node";
import { Link, useFetcher, useLoaderData } from "@remix-run/react";
import { Link } from "@remix-run/react";
import { ErrorContent } from "~/components/errors";
import Header from "~/components/layout/header";
import type { HeaderData } from "~/components/layout/header/types";
Expand Down

0 comments on commit be7804b

Please sign in to comment.