chore: fix linter

This commit is contained in:
Lei Nelissen
2023-06-19 22:26:41 +02:00
parent ac4388c927
commit 0c02467e26
61 changed files with 281 additions and 269 deletions

View File

@@ -1,12 +1,12 @@
import { Text } from 'components/Typography';
import { THEME_COLOR } from 'CONSTANTS';
import { Text } from '@/components/Typography';
import { THEME_COLOR } from '@/CONSTANTS';
import React, { useCallback } from 'react';
import { showRoutePicker, useAirplayRoutes } from 'react-airplay';
import { TouchableOpacity } from 'react-native';
import styled, { css } from 'styled-components/native';
import AirplayAudioIcon from 'assets/icons/airplay-audio.svg';
import useDefaultStyles from 'components/Colors';
import { t } from '@localisation';
import useDefaultStyles from '@/components/Colors';
import { t } from '@/localisation';
const Container = styled.View<{ active?: boolean }>`
display: flex;