|
Last change
on this file since b8093a0 was b8093a0, checked in by imbrsk <boris696boris@…>, 3 days ago |
|
Merge iknow-remaster into frontend/
Bring the Next.js frontend into this repository as a monorepo subdirectory,
preserving its full commit history via a subtree merge.
|
-
Property mode
set to
100644
|
|
File size:
166 bytes
|
| Line | |
|---|
| 1 | import { clsx, type ClassValue } from "clsx"
|
|---|
| 2 | import { twMerge } from "tailwind-merge"
|
|---|
| 3 |
|
|---|
| 4 | export function cn(...inputs: ClassValue[]) {
|
|---|
| 5 | return twMerge(clsx(inputs))
|
|---|
| 6 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.