Skip to content

Commit

Permalink
feat: add console3 app with shadcn
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Dec 26, 2023
1 parent 31f8fb1 commit 7b298bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions apps/playground/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ static/**
CHANGELOG.md
schema.graphql
$houdini
src/lib/i18n
4 changes: 2 additions & 2 deletions packages/skeleton-ui/utils/ui.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { clsx } from 'clsx';
import type {ClassValue} from 'clsx';
import { clsx } from 'clsx';
import type { ClassValue } from 'clsx';
import { twMerge } from 'tailwind-merge';
import { cubicOut } from 'svelte/easing';
import type { TransitionConfig } from 'svelte/transition';
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/utils/ui.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { clsx } from 'clsx';
import type {ClassValue} from 'clsx';
import { clsx } from 'clsx';
import type { ClassValue } from 'clsx';
import { twMerge } from 'tailwind-merge';
import { cubicOut } from 'svelte/easing';
import type { TransitionConfig } from 'svelte/transition';
Expand Down

0 comments on commit 7b298bf

Please sign in to comment.