nicolium: renames

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-26 22:06:33 +01:00
parent dd53efabea
commit 7cfb7fbbf2
34 changed files with 58 additions and 58 deletions

View File

@@ -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;
}

View File

@@ -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';