chore: fix linter
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { Paragraph } from 'components/Typography';
|
||||
import { Paragraph } from '@/components/Typography';
|
||||
import React, { useCallback } from 'react';
|
||||
import { Switch } from 'react-native-gesture-handler';
|
||||
import { t } from '@localisation';
|
||||
import { SafeScrollView } from 'components/SafeNavigatorView';
|
||||
import { useAppDispatch, useTypedSelector } from 'store';
|
||||
import { setEnablePlaybackReporting } from 'store/settings/actions';
|
||||
import { t } from '@/localisation';
|
||||
import { SafeScrollView } from '@/components/SafeNavigatorView';
|
||||
import { useAppDispatch, useTypedSelector } from '@/store';
|
||||
import { setEnablePlaybackReporting } from '@/store/settings/actions';
|
||||
import Container from '../components/Container';
|
||||
import { SwitchContainer, SwitchLabel } from '../components/Switch';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user