Skip to content

Commit

Permalink
refactor(pipeline): fix lint pipelint
Browse files Browse the repository at this point in the history
  • Loading branch information
danilych committed Feb 10, 2024
1 parent a8bb314 commit 97baac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/shared/Output/rounded-output.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import clsx from 'clsx'
import type { HTMLProps, ReactNode } from 'react'
import React, { forwardRef, useImperativeHandle, useRef } from 'react'

interface Props extends HTMLProps<HTMLInputElement> {
className?: string
Expand Down

0 comments on commit 97baac2

Please sign in to comment.