Back to React

This commit is contained in:
Gregory Schier
2023-03-13 09:50:49 -07:00
parent 68058f3e41
commit 359e916b73
25 changed files with 377 additions and 616 deletions

View File

@@ -1,5 +1,5 @@
import classnames from 'classnames';
import { forwardRef } from 'preact/compat';
import { forwardRef } from "react";
import type { ButtonProps } from './Button';
import { Button } from './Button';
import type { IconProps } from './Icon';