MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / classNames

Function classNames

src/pages/setting/index.tsx:12–14  ·  view source on GitHub ↗
(...classes: string[])

Source from the content-addressed store, hash-verified

10import StripeCheckPaymentBanner from "../../components/StripeCheckPaymentBanner";
11
12function classNames(...classes: string[]) {
13 return classes.filter(Boolean).join(" ");
14}
15
16const SettingPage: NextPage = () => {
17 const { t } = useTranslation();

Callers 1

SettingPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected