classNames() --> clsx()

This commit is contained in:
Alex Gleason
2023-02-06 12:01:03 -06:00
parent 6743439efd
commit 701215d7bc
117 changed files with 310 additions and 310 deletions

View File

@ -1,4 +1,4 @@
import classNames from 'clsx';
import clsx from 'clsx';
import React from 'react';
const spaces = {
@ -52,7 +52,7 @@ const Stack = React.forwardRef<HTMLDivElement, IStack>((props, ref: React.Legacy
<Elem
{...filteredProps}
ref={ref}
className={classNames('flex flex-col', {
className={clsx('flex flex-col', {
// @ts-ignore
[spaces[space]]: typeof space !== 'undefined',
// @ts-ignore