@@ -10,7 +10,7 @@ import { useThemeCss } from '@/hooks/use-theme-css';
|
||||
import type { FrontendConfig } from '@/schemas/frontend-config';
|
||||
|
||||
interface ISitePreview {
|
||||
/** Raw pl-fe configuration. */
|
||||
/** Raw Nicolium configuration. */
|
||||
frontendConfig: FrontendConfig;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
import ColorPicker from '@/features/pl-fe-config/components/color-picker';
|
||||
import ColorPicker from '@/features/frontend-config/components/color-picker';
|
||||
|
||||
import type { ColorChangeHandler } from 'react-color';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user