Skip to content

Commit

Permalink
Merge pull request #71 from irsyadadl/feat
Browse files Browse the repository at this point in the history
remove all use client flag
  • Loading branch information
irsyadadl authored Jul 26, 2024
2 parents 55dacf0 + 1c3fcc0 commit b006c29
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions resources/js/components/ui/avatar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use client'

import React from 'react'

import { tv, type VariantProps } from 'tailwind-variants'
Expand Down
2 changes: 0 additions & 2 deletions resources/js/components/ui/grid.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use client'

import { GridList, GridListItem, GridListItemProps, GridListProps } from 'react-aria-components'
import { tv, type VariantProps } from 'tailwind-variants'

Expand Down
2 changes: 1 addition & 1 deletion resources/js/lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { clsx, type ClassValue } from 'clsx'
import { type ClassValue, clsx } from 'clsx'
import { twMerge } from 'tailwind-merge'

export function cn(...inputs: ClassValue[]) {
Expand Down

0 comments on commit b006c29

Please sign in to comment.