Address build and lint errors
This commit is contained in:
parent
422e9ce1b9
commit
4c62ac23ee
|
@ -1561,7 +1561,7 @@ export const COLOR_PALETTES = [
|
|||
};
|
||||
} );
|
||||
|
||||
const DEFAULT_COLOR_PALETTE_TITLES = [
|
||||
export const DEFAULT_COLOR_PALETTE_TITLES = [
|
||||
'New - Neutral',
|
||||
'Blueberry Sorbet',
|
||||
'Ancient Bronze',
|
||||
|
|
|
@ -13,11 +13,7 @@ import { useState, useEffect } from '@wordpress/element';
|
|||
/**
|
||||
* Internal dependencies
|
||||
*/
|
||||
import {
|
||||
COLOR_PALETTES,
|
||||
DEFAULT_COLOR_PALETTE_TITLES,
|
||||
DEFAULT_COLOR_PALETTES,
|
||||
} from './constants';
|
||||
import { COLOR_PALETTES, DEFAULT_COLOR_PALETTES } from './constants';
|
||||
import { VariationContainer } from '../variation-container';
|
||||
import { ColorPaletteVariationPreview } from './preview';
|
||||
import { ColorPaletteResponse } from '~/customize-store/design-with-ai/types';
|
||||
|
|
Loading…
Reference in New Issue