Skip to content

Commit

Permalink
Merge pull request #42 from alekgomes/fix/lint-errors
Browse files Browse the repository at this point in the history
fix: fix import errors to satisfies lint
  • Loading branch information
mffonseca authored Jul 31, 2024
2 parents d612167 + 3e6127a commit d493b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/ui/alert.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react'
import { cva, type VariantProps } from 'class-variance-authority'
import * as React from 'react'

import { cn } from '@/lib/utils'

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/ui/label.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"use client"

import * as React from "react"
import * as LabelPrimitive from "@radix-ui/react-label"
import { cva, type VariantProps } from "class-variance-authority"
import * as React from 'react'

import { cn } from "@/lib/utils"

Expand Down

0 comments on commit d493b7a

Please sign in to comment.