Skip to content

Commit f4a9ccf

Browse files
committed
refact: removed compatibility-layer for simplicity
1 parent e66f3dc commit f4a9ccf

File tree

2 files changed

+1
-118
lines changed

2 files changed

+1
-118
lines changed

src/components/ui/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { Slot } from './compatibility-layer';
2+
import { Slot } from './simple-slot';
33
import type { VariantProps } from 'class-variance-authority';
44

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

src/components/ui/compatibility-layer.tsx

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)