chore: fix remaining import statements

This commit is contained in:
Lei Nelissen
2023-06-19 23:03:17 +02:00
parent 1270390a9c
commit 5f5dae7bc2
31 changed files with 63 additions and 69 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import { useNetInfo } from '@react-native-community/netinfo';
import { THEME_COLOR } from '@/CONSTANTS';
import styled from 'styled-components/native';
import CloudSlash from 'assets/icons/cloud-slash.svg';
import CloudSlash from '@/assets/icons/cloud-slash.svg';
import { Text } from 'react-native';
import { t } from '@/localisation';
import useDefaultStyles from '@/components/Colors';