Skip to content

Commit ecae8eb

Browse files
authored
fix: build error
1 parent edad3ea commit ecae8eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/gradient-background.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
getResetButton,
1010
getDegreeSpanElement,
1111
getGradientPreview,
12+
getCssOrTailwindDropdown,
1213
} from '../lib/getElements';
1314
import {
1415
copyCSSCodeToClipboard,
@@ -19,6 +20,7 @@ import {
1920
setGradientDegreeValue,
2021
createGradientPreview,
2122
getColorsValue,
23+
closeDropdown,
2224
} from '../lib/packages';
2325

2426
type Values = {

0 commit comments

Comments
 (0)