chore: fix remaining import statements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { useCallback } from 'react';
|
||||
import styled from 'styled-components/native';
|
||||
import CheckmarkIcon from 'assets/icons/checkmark.svg';
|
||||
import CheckmarkIcon from '@/assets/icons/checkmark.svg';
|
||||
import { Text } from '@/components/Typography';
|
||||
import useDefaultStyles from '@/components/Colors';
|
||||
import { THEME_COLOR } from '@/CONSTANTS';
|
||||
|
||||
@@ -5,7 +5,7 @@ import { Switch } from 'react-native-gesture-handler';
|
||||
import styled, { css } from 'styled-components/native';
|
||||
import { isSentryEnabled, setSentryStatus } from '@/utility/Sentry';
|
||||
import Accordion from 'react-native-collapsible/Accordion';
|
||||
import ChevronIcon from 'assets/icons/chevron-right.svg';
|
||||
import ChevronIcon from '@/assets/icons/chevron-right.svg';
|
||||
import { THEME_COLOR } from '@/CONSTANTS';
|
||||
import useDefaultStyles, { DefaultStylesProvider } from '@/components/Colors';
|
||||
import { t } from '@/localisation';
|
||||
|
||||
Reference in New Issue
Block a user