Skip to content

Commit

Permalink
organized the SettingsTabs folders
Browse files Browse the repository at this point in the history
  • Loading branch information
berry-13 committed Dec 2, 2023
1 parent 0e9262e commit cbe0a33
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 82 deletions.
76 changes: 0 additions & 76 deletions client/src/components/Nav/SettingsTabs/Data.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from '~/hooks';
import type { TDangerButtonProps } from '~/common';
import AutoScrollSwitch from './AutoScrollSwitch';
import DangerButton from './DangerButton';
import DangerButton from '../DangerButton';
import store from '~/store';
import { Dropdown } from '~/components/ui';

Expand Down
Empty file.
10 changes: 5 additions & 5 deletions client/src/components/Nav/SettingsTabs/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default as General } from './General';
export { ClearChatsButton } from './General';
export { default as Data } from './Data';
export { RevokeKeysButton } from './Data';
export { default as Account } from './Account';
export { default as General } from './General/General';
export { ClearChatsButton } from './General/General';
export { default as Data } from './Data/Data';
export { RevokeKeysButton } from './Data/Data';
export { default as Account } from './Account/Account';

0 comments on commit cbe0a33

Please sign in to comment.