fix es-toolkit import
This commit is contained in:
parent
aa5b90b9ef
commit
a305ce7cea
2 changed files with 5 additions and 1 deletions
3
.github/workflows/docs.yaml
vendored
3
.github/workflows/docs.yaml
vendored
|
|
@ -2,6 +2,9 @@ name: Manually publish docs
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue