feat(attribute-filter): Update AttributeFilter and AttributeSearchPills components to enable dynamic search tag management and refine MetaCategoryStepContent for multi-step form editing

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-28 17:38:39 -08:00
parent d52f0a27c0
commit 82f5ac93b5
3 changed files with 0 additions and 3 deletions

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import { useCallback, useMemo, useState } from 'react';
import type { FC, ReactNode } from 'react';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { FC } from 'react';

View file

@ -5,7 +5,6 @@
* Organized into Essential, Recommended, and Optional sections with collapsible UI.
*/
/** @jsxImportSource react */
import { useMemo, useState } from 'react'
import type { FC } from 'react'