Skip to content

Commit 2112be7

Browse files
committed
Fix eslint errors
1 parent 02ce4f9 commit 2112be7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/ui/i18n-anchor.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
A as RouterAnchor,
3-
useLocation,
4-
type AnchorProps,
5-
} from "@solidjs/router";
1+
import { A as RouterAnchor, type AnchorProps } from "@solidjs/router";
62
import { Match, Switch, splitProps } from "solid-js";
73
import { getCurrentLocale, isExternalURL } from "~/i18n/helpers";
84

0 commit comments

Comments
 (0)