···11import { A } from "@solidjs/router";
22import { Show } from "solid-js";
33import { Motion, Presence } from "solid-motionone";
44-import { Icon, type IconKind } from "./shared/Icon";
44+import { Icon, type IconKind } from "../shared/Icon";
5566type RailButtonProps = {
77 badge?: number;