fix es-toolkit import

This commit is contained in:
hobbes7878 2025-04-19 18:13:38 +01:00
parent aa5b90b9ef
commit a305ce7cea
Failed to extract signature
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,9 @@ name: Manually publish docs
on:
workflow_dispatch:
push:
branches:
- main
jobs:
docs:

View file

@ -1,5 +1,6 @@
import React, { useState } from 'react';
import { cloneDeep, set } from 'es-toolkit';
import { cloneDeep } from 'es-toolkit';
import { set } from 'es-toolkit/compat';
import ColourPicker from './ColourPicker.jsx';