Skip to content

Commit

Permalink
remove all use client flag
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Jul 26, 2024
1 parent 37b1f10 commit 1c3fcc0
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 1c3fcc0

Please sign in to comment.