Added teams pages. Refactored hooks.

This commit is contained in:
Mike Cao
2024-01-28 18:33:40 -08:00
parent a2c202fa36
commit 9448aa3ab5
136 changed files with 387 additions and 287 deletions

View File

@@ -1,6 +1,6 @@
import { useTransition, animated } from '@react-spring/web';
import { Button, Icon } from 'react-basics';
import useTheme from 'components/hooks/useTheme';
import { useTheme } from 'components/hooks';
import Icons from 'components/icons';
import styles from './ThemeButton.module.css';