Component cleanup

This commit is contained in:
adilallo
2026-04-29 07:20:16 -06:00
parent 252848eba9
commit e6127f1a3f
267 changed files with 2087 additions and 2196 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { IconName } from "../../asset/Icon";
import type { IconName } from "../../asset/icon";
import type {
ListEntryVariant,
ListSize,
@@ -1,4 +1,4 @@
import type { IconName } from "../../asset/Icon";
import type { IconName } from "../../asset/icon";
export const LIST_SIZE_OPTIONS = ["s", "m", "l"] as const;
export type ListSize = (typeof LIST_SIZE_OPTIONS)[number];
@@ -2,7 +2,7 @@
import { memo } from "react";
import Link from "next/link";
import Icon, { type IconName } from "../../asset/Icon";
import Icon, { type IconName } from "../../asset/icon";
import Divider from "../../utility/Divider";
import { FIGMA_LIST_ENTRY_OUTER, listEntrySizeLayout } from "../listSizeLayout";
import type {