refactor(client): convert ClearConvos component from jsx to tsx

refactor(client): convert Dialog, DialogButton, Input, Label, Checkbox, and DialogTemplate components from jsx to tsx
refactor(client): export ClearChatsButton component from General.tsx
refactor(client): add useCallback hook to moveToTop function in Nav component
This commit is contained in:
Daniel Avila 2023-06-11 14:46:21 -04:00 committed by Danny Avila
parent c661276888
commit 931a89204c
6 changed files with 50 additions and 53 deletions

View file

@ -1 +1,2 @@
export { default as General } from './General';
export { default as General } from './General';
export { ClearChatsButton } from './General';