Skip to content

Commit

Permalink
Reimplemented #2114 to revert the revert in #2186
Browse files Browse the repository at this point in the history
  • Loading branch information
HansiWursti committed Jan 9, 2024
1 parent 67b860d commit 8a391de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import { useCategories } from '../../hooks/useCategories';
import { useNavigate } from '../../hooks/useNavigate';
import { useSetThemeColor } from '../../hooks/useSetThemeColor';
import { theme, styles } from '../../style';
import Button from '../common/Button';
import Text from '../common/Text';
import View from '../common/View';
import { Button } from '../common/Button';
import { Text } from '../common/Text';
import { View } from '../common/View';

import { AccountDetails } from './MobileAccountDetails';

Expand Down

0 comments on commit 8a391de

Please sign in to comment.