chore(src): 🔧 Update TypeScript files in src directory to maintain consistency
This commit is contained in:
parent
2b086517a2
commit
667dfe3d8a
6 changed files with 12 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import React from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
|
||||
import { DeveloperFab } from '@lilith/ui-developer-fab';
|
||||
import { Routes, Route, Navigate } from '@lilith/ui-router';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
import React from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
|
||||
import { ProfileAttributeEditor } from '@lilith/attributes-admin';
|
||||
import { useNavigate } from '@lilith/ui-router';
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
* Displays profile completion percentage based on critical fields.
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import {
|
||||
CompletionBar as StyledCompletionBar,
|
||||
CompletionText,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
* Handles all field types: text, email, number, textarea, select, multiselect, checkbox, radio.
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import type { ProfileFieldConfig } from './types';
|
||||
import {
|
||||
FieldGroup,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@
|
|||
* - useProfileForm.ts: Form state management
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import type { ProfileEditorProps } from './types';
|
||||
import { useProfileForm } from './useProfileForm';
|
||||
import { FieldRenderer } from './FieldRenderer';
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
* Handles tabbed navigation for profile editor sections.
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import type { ProfileTabConfig } from './types';
|
||||
import { TabList, TabButton, TabIcon } from './styles';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue