1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Use new alias

This commit is contained in:
Zhiyuan Zheng
2020-12-13 14:04:25 +01:00
parent cfd2d40d02
commit 48cab6053c
98 changed files with 456 additions and 459 deletions

View File

@ -1,8 +1,8 @@
import React, { createContext, useContext, useEffect, useState } from 'react'
import { useColorScheme } from 'react-native-appearance'
import { useSelector } from 'react-redux'
import { ColorDefinitions, getTheme } from 'src/utils/styles/themes'
import { getSettingsTheme } from '../slices/settingsSlice'
import { ColorDefinitions, getTheme } from '@utils/styles/themes'
import { getSettingsTheme } from '@utils/slices/settingsSlice'
type ContextType = {
mode: 'light' | 'dark'