Skip to content

Commit

Permalink
vite typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
DileSoft committed Mar 6, 2025
1 parent 6bd3576 commit 13c2577
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/jsonConfig/src/JsonConfigComponent/ConfigCustom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Grid2, LinearProgress } from '@mui/material';

import { I18n } from '@iobroker/adapter-react-v5';
import type { ConfigItemCustom } from '../types';
import ConfigGeneric, { type ConfigGenericProps, type ConfigGenericState } from '#JC/JsonConfigComponent/ConfigGeneric';
import ConfigGeneric, { type ConfigGenericProps, type ConfigGenericState } from './ConfigGeneric';
import { registerRemotes, loadRemote, init } from '@module-federation/runtime';

interface ConfigCustomProps extends ConfigGenericProps {
Expand All @@ -25,7 +25,11 @@ init({
'@mui/icons-material': {
lib: () => import('@mui/icons-material'),
version: '*',
}
},
'@iobroker/json-config': {
lib: () => import('@iobroker/json-config'),
version: '*',
},
},
remotes: [],
})
Expand Down

0 comments on commit 13c2577

Please sign in to comment.