Rename components name

This commit is contained in:
DefectingCat
2023-01-29 09:48:49 +08:00
parent bc00450881
commit 0119f82871
62 changed files with 98 additions and 98 deletions

View File

@ -1,5 +1,5 @@
import clsx from 'clsx';
import Button from 'components/RUA/Button';
import Button from 'components/rua/button';
import { memo, useCallback, useEffect, useRef, useState } from 'react';
import { FiChevronUp } from 'react-icons/fi';