Skip to content

Commit

Permalink
style: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
keksiqc committed Nov 4, 2024
1 parent 7ff5041 commit cd013d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ButtonContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Button } from '@/components/ui/button'
import type { Config } from '@/types'
import { Button } from '@/components/ui/button'
import { Icon } from '@iconify/react'

export function ButtonContainer({ config }: { config: Config }) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/UserContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Config } from '@/types'
import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'
import { Skeleton } from '@/components/ui/skeleton'
import type { Config } from '@/types'

import { useLanyard } from 'use-lanyard'

Expand Down

0 comments on commit cd013d6

Please sign in to comment.