Skip to content

Commit dc728e7

Browse files
committed
chore: unused code removed
1 parent 44a7a3f commit dc728e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/ciPipeline/Webhook/webhook.utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
import { TabDetailsType, TokenListOptionsType } from './types'
18-
import { TokenListType } from '@Pages/GlobalConfigurations/Authorization/APITokens/apiToken.type'
17+
import { TabDetailsType } from './types'
1918

2019
export const TOKEN_TAB_LIST: TabDetailsType[] = [
2120
{ key: 'selectToken', value: 'Select API token' },

0 commit comments

Comments
 (0)