Component cleanup
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user