feat(asset-generator-admin): Add admin controls UI components to AssetGeneratorView and parent page

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-28 17:38:52 -08:00
parent 1ccec1bc10
commit d775996987
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@
* Maintains backward-compatible export for consumers.
*/
/** @jsxImportSource react */
import type { FC } from 'react';

View file

@ -5,7 +5,6 @@
* Contains no business logic, mutations, or data fetching.
*/
/** @jsxImportSource react */
import { useState, type FC } from 'react';