mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
import { createTwc } from "react-twc";
|
|
import { cn } from "./utils";
|
|
|
|
export const twx = createTwc({ compose: cn});
|