import React from 'react'; import { View, SafeAreaView, ScrollView } from 'react-native'; import { Header } from 'components/Typography'; import { colors } from 'components/Colors'; import Library from './components/Library'; import Cache from './components/Cache'; import { t } from '@localisation'; export default function Settings() { return (
{t('settings')}
); }