···11import type { AccountSummary } from "$/lib/types";
22import { createMemo, Show } from "solid-js";
33-import { Icon } from "./shared/Icon";
33+import { Icon } from "../shared/Icon";
4455export function AccountSwitchButton(
66 props: {
···11import { For, Show } from "solid-js";
22-import { AccountSummary } from "../lib/types";
22+import { AccountSummary } from "../../lib/types";
33import { AccountSwitcherRow } from "./AccountSwitcherRow";
4455export function AccountSwitcherMenuList(