Skip to content

Commit d5e6623

Browse files
committed
fix: remove unused import
1 parent 954cfc5 commit d5e6623

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/builders/src/components/selectMenu/RoleSelectMenu.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { APIRoleSelectComponent, APISelectMenuDefaultValue, Snowflake } from 'discord-api-types/v10';
22
import { ComponentType, SelectMenuDefaultValueType } from 'discord-api-types/v10';
33
import type { RestOrArray } from '../../index.js';
4-
import { normalizeArray } from '../../index.js';
54
import { optionsLengthValidator } from '../Assertions.js';
65
import { BaseSelectMenuBuilder } from './BaseSelectMenu.js';
76

0 commit comments

Comments
 (0)