Skip to content

Commit

Permalink
Fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwoberts committed Sep 20, 2024
1 parent b226aaf commit 594c6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/Administration/pages/ManageWebhooks.page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from "react"
import { Button } from "@fider/components"

import { Webhook, WebhookData, WebhookStatus, WebhookType } from "@fider/models"
import { Webhook, WebhookData, WebhookStatus } from "@fider/models"
import { actions, Failure } from "@fider/services"
import { AdminPageContainer } from "../components/AdminBasePage"
import { WebhookForm } from "../components/webhook/WebhookForm"
Expand Down

0 comments on commit 594c6dc

Please sign in to comment.