Skip to content

Commit

Permalink
fix: lint/tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
sans-harness committed Jan 31, 2025
1 parent 140692f commit 0fabb7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { FC, useMemo } from 'react'
import {
Badge,
FormSeparator,
NoData,
PaginationComponent,
Table,
TableBody,
Expand All @@ -14,7 +15,6 @@ import {
} from '@/components'
import { SandboxLayout, TranslationStore, WebhookStore } from '@/views'
import { timeAgo } from '@utils/utils'
import { NoData } from 'dist/components'

import { getBranchEvents, getPrEvents, getTagEvents } from '../webhook-create/components/create-webhook-form-data'

Expand Down

0 comments on commit 0fabb7c

Please sign in to comment.